wok annotate gnome-ppp/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents a6b997a82f39
children
rev   line source
pascal@11214 1 # SliTaz package receipt.
pascal@11214 2
pascal@11214 3 PACKAGE="gnome-ppp"
pascal@11214 4 VERSION="0.3.23"
pascal@11214 5 CATEGORY="network"
pascal@11214 6 MAINTAINER="jozee@slitaz.org"
pascal@15589 7 LICENSE="GPL2"
pascal@11214 8 SHORT_DESC="A GNOME 2 WvDial frontend"
pascal@24902 9 WEB_SITE="https://web.archive.org/web/20100728041618/http://www.gnomefiles.org:80/app.php?soft_id=41"
pascal@11214 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@25113 11 WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
pascal@11214 12 TAGS="modem 3G"
pascal@11214 13
pascal@15589 14 DEPENDS="libglade wvdial"
pascal@15589 15 BUILD_DEPENDS="intltool libglade-dev"
pascal@15589 16
pascal@11214 17 # Rules to configure and make the package.
pascal@15110 18 compile_rules()
pascal@15110 19 {
pascal@15110 20 cd $src
pascal@17670 21 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
pascal@15110 22 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@15110 23 make &&
pascal@15110 24 make DESTDIR=$DESTDIR install
pascal@11214 25 }
pascal@11214 26
pascal@11214 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11214 28 genpkg_rules()
pascal@11214 29 {
pascal@11214 30 mkdir -p $fs/usr/share
pascal@15110 31 cp -a $install/usr/bin $fs/usr
pascal@15110 32 cp -a $install/usr/share/$PACKAGE $fs/usr/share
pascal@15110 33 cp -a $install/usr/share/icons $fs/usr/share
pascal@11214 34 }