SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gnome-ppp"

# SliTaz package receipt.

PACKAGE="gnome-ppp"
VERSION="0.3.23"
CATEGORY="network"
MAINTAINER="jozee@slitaz.org"
LICENSE="GPL2"
SHORT_DESC="A GNOME 2 WvDial frontend"
WEB_SITE="https://web.archive.org/web/20100728041618/http://www.gnomefiles.org:80/app.php?soft_id=41"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
TAGS="modem 3G"

DEPENDS="libglade wvdial"
BUILD_DEPENDS="intltool libglade-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    ./configure --prefix=/usr $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}
    
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/share/$PACKAGE $fs/usr/share
    cp -a $install/usr/share/icons $fs/usr/share
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)