SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtkspell3"

# SliTaz package receipt.

PACKAGE="gtkspell3"
VERSION="3.0.10"
CATEGORY="text"
SHORT_DESC="On-the-fly spell checking for GtkTextView widgets."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://sourceforge.net/projects/gtkspell/"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$SF_MIRROR/gtkspell/$TARBALL"

SUGGESTED="gtkspell3-lang"
DEPENDS="enchant gtk+3 libxml2"
BUILD_DEPENDS="aspell-dev enchant2-dev gobject-introspection gtk+3-dev
    gtk-doc libxml2-dev vala"

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|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    sed '/scope="row/!d;s|.*/files/||;s|/.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    sed -i 's|/usr/bin/sh|/bin/sh|'    build/install-sh

    ./configure                \
        --disable-dependency-tracking    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files    *.so*
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)