wok-current diff atm-tools/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents f4fd0777003f
children 59009b1c6878
line diff
     1.1 --- a/atm-tools/receipt	Tue Feb 16 10:51:34 2010 +0000
     1.2 +++ b/atm-tools/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.3 @@ -11,16 +11,15 @@
     1.4  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
     1.5  CONFIG_FILES="/etc/atmsigd.conf"
     1.6  
     1.7 -
     1.8  # Rules to configure and make the package.
     1.9  compile_rules()
    1.10  {
    1.11  	cd $src
    1.12 -	busybox patch -p0 < ../stuff/MAX_PATH.u
    1.13 +	busybox patch -p0 < $stuff/MAX_PATH.u
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.16  	make &&
    1.17 -	make DESTDIR=$PWD/_pkg install
    1.18 +	make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.