wok-next diff libQtClucene/receipt @ rev 6715
linux/bootloader.sh: fix signed 16bits
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 14 17:08:12 2010 +0200 (2010-10-14) |
parents | 30f0edfdd2e4 |
children | 99e3675b8ff1 |
line diff
1.1 --- a/libQtClucene/receipt Wed Apr 28 16:29:16 2010 +0000 1.2 +++ b/libQtClucene/receipt Thu Oct 14 17:08:12 2010 +0200 1.3 @@ -8,11 +8,13 @@ 1.4 DEPENDS="libQtCore" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://qt.nokia.com/" 1.7 -WANTED="qt-everywhere-opensource-src" 1.8 +WANTED="qt4" 1.9 +SOURCE="qt-everywhere-opensource-src" 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 mkdir -p $fs/usr/lib 1.14 + _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg" 1.15 cp -a $_pkg/usr/lib/libQtCLucene.so* $fs/usr/lib 1.16 } 1.17