wok diff gnome-ppp/receipt @ rev 11400

Fix: typo in linux && linux-libre receipts (thanks to godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 11 02:12:34 2011 +0100 (2011-12-11)
parents
children b7319995b37e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-ppp/receipt	Sun Dec 11 02:12:34 2011 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-ppp"
     1.7 +VERSION="0.3.23"
     1.8 +CATEGORY="network"
     1.9 +MAINTAINER="jozee@slitaz.org"
    1.10 +SHORT_DESC="A GNOME 2 WvDial frontend"
    1.11 +WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41"
    1.12 +DEPENDS="libglade wvdial"
    1.13 +BUILD_DEPENDS="intltool libglade-dev"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$TARBALL"
    1.16 +TAGS="modem 3G"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +
    1.20 +compile_rules() {
    1.21 +  cd $src 
    1.22 +  ./configure --prefix=/usr &&
    1.23 +  make &&
    1.24 +  make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +	
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/share
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.33 +	cp -a $_pkg/usr/share/icons $fs/usr/share	
    1.34 +}