SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtkspell"

# SliTaz package receipt.

PACKAGE="gtkspell"
VERSION="2.0.16"
CATEGORY="development"
SHORT_DESC="provides highlighting and replacement of misspelled words"
MAINTAINER="allan316@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://gtkspell.sourceforge.net"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$WEB_SITE/download/$TARBALL"

DEPENDS="cairo enchant gtk+"
BUILD_DEPENDS="enchant-dev expat-dev gtk+-dev pkg-config"

HOST_ARCH="i486 arm"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/gtkspell/files/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/gtkspell/files/||;s|/.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure        \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/lib $fs/usr
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)