wok annotate gnome-ppp/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents b7319995b37e
children d1c17bd2c2bc
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@11214 7 SHORT_DESC="A GNOME 2 WvDial frontend"
pascal@11214 8 WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41"
pascal@11214 9 DEPENDS="libglade wvdial"
pascal@11214 10 BUILD_DEPENDS="intltool libglade-dev"
pascal@11214 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11214 12 WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$TARBALL"
pascal@11214 13 TAGS="modem 3G"
pascal@11214 14
pascal@11214 15 # Rules to configure and make the package.
pascal@15110 16 compile_rules()
pascal@15110 17 {
pascal@15110 18 cd $src
pascal@15110 19 export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
pascal@15110 20 ./configure --prefix=/usr $CONFIGURE_ARGS &&
pascal@15110 21 make &&
pascal@15110 22 make DESTDIR=$DESTDIR install
pascal@11214 23 }
pascal@11214 24
pascal@11214 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11214 26 genpkg_rules()
pascal@11214 27 {
pascal@11214 28 mkdir -p $fs/usr/share
pascal@15110 29 cp -a $install/usr/bin $fs/usr
pascal@15110 30 cp -a $install/usr/share/$PACKAGE $fs/usr/share
pascal@15110 31 cp -a $install/usr/share/icons $fs/usr/share
pascal@11214 32 }