wok diff hal-cups-utils/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 8d3f3ded1725
children 4580705bdf31
line diff
     1.1 --- a/hal-cups-utils/receipt	Sun Feb 28 15:46:04 2010 +0100
     1.2 +++ b/hal-cups-utils/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.3 @@ -15,7 +15,6 @@
     1.4  # Rules to configure and make the package.
     1.5  
     1.6  compile_rules() {
     1.7 -  cd $WOK/$PACKAGE/$PACKAGE
     1.8    ./configure --prefix=/usr --libexecdir=/usr/lib/hal/scripts/ &&
     1.9    make  &&
    1.10    make DESTDIR=$PWD/_pkg install
    1.11 @@ -25,7 +24,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	_pkg="$WOK/$PACKAGE/$PACKAGE/_pkg"
    1.16  	cp -a $_pkg/usr/lib $fs/usr
    1.17  	cp -a $_pkg/usr/share $fs/usr
    1.18