SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gnubg"

# SliTaz package receipt.

PACKAGE="gnubg"
VERSION="1.06.002"
CATEGORY="games"
SHORT_DESC="GNU Backgammon game."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL"
WEB_SITE="https://www.gnu.org/software/gnubg/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$PACKAGE-release-$VERSION-sources.tar.gz"

DEPENDS="gmp gtk+ libcanberra libltdl libvorbis ncurses python"
BUILD_DEPENDS="autoconf automake bison cairo-dev flex freetype-dev 
    glib-dev gmp-dev gtk+-dev gtkglext-dev libcanberra-dev libpng-dev 
    libtool pkg-config python-dev readline-dev sqlite-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*} 2>/dev/null | \
    sed "/$PACKAGE-/!d;/tar/!d;s|.*release-||;s|-source.*||" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    export LDFLAGS="$LDFLAGS -ltinfo"

    ./configure            \
        --prefix=/usr        \
        --sysconfdir=/etc    \
        --mandir=/usr/share/man    \
        --disable-cputest    \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/applications

    cp -a $install/*        $fs
    cp -a $stuff/gnubg.desktop    $fs/usr/share/applications
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)