wok-next rev 8612
Fix: clucene needs -j1 to compile; also remove _pkg definition
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 18:23:12 2011 +0100 (2011-02-14) |
parents | f67ac5423b9c |
children | 4d12569d8cb2 |
files | clucene-dev/receipt clucene/receipt |
line diff
1.1 --- a/clucene-dev/receipt Mon Feb 14 18:08:21 2011 +0100 1.2 +++ b/clucene-dev/receipt Mon Feb 14 18:23:12 2011 +0100 1.3 @@ -11,8 +11,6 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - # we need to re-create $_pkg as SOURCE != PACKAGE 1.8 - _pkg=$WOK/$WANTED/$WANTED-core-$VERSION/_pkg 1.9 mkdir -p $fs/usr/lib $fs/usr/include 1.10 cp -a $_pkg/usr/include $fs/usr 1.11 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
2.1 --- a/clucene/receipt Mon Feb 14 18:08:21 2011 +0100 2.2 +++ b/clucene/receipt Mon Feb 14 18:23:12 2011 +0100 2.3 @@ -23,7 +23,7 @@ 2.4 --disable-static \ 2.5 $CONFIGURE_ARGS 2.6 make 2.7 - make DESTDIR=$PWD/_pkg install 2.8 + make -j1 install 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.