wok diff codeblocks/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 a251caa1f12a
children b696094920f3
line diff
     1.1 --- a/codeblocks/receipt	Sat Dec 18 20:47:18 2010 +0000
     1.2 +++ b/codeblocks/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.3 @@ -15,21 +15,19 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$PACKAGE-$VERSION-release
     1.8  	cd $src
     1.9 -	busybox patch -p1 -i ../stuff/glib.u
    1.10 +	busybox patch -p1 -i $stuff/glib.u
    1.11  	./configure \
    1.12  		--with-contrib-plugins="all, -help" \
    1.13  		--prefix=/usr \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make -j 4 &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	_pkg=$WOK/$PACKAGE/$PACKAGE-$VERSION-release/_pkg
    1.24  	mkdir -p $fs/usr/lib $fs/usr/share
    1.25  	cp -a $_pkg/usr/include $fs/usr
    1.26  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib