wok annotate gnome-ppp/receipt @ rev 16365

Up libusb (1.0.18), libusb-compat (0.1.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 14 10:35:34 2014 +0000 (2014-04-14)
parents 1ae5963f23df
children 17e313b5b9c1
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@11214 9 WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41"
pascal@11214 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11214 11 WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$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@15110 21 export 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 }