wok diff libQtClucene/receipt @ rev 6851
Fix depends: Remove audacious-plugins from audacious depends. **It is** a dirty&lazy workaround to solve a loop in tazwok-testing, waiting something better, like compile the plugin inside audacious receipt, keep the minimum to run it, and put the extra-plugins in audacious-plugins.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Oct 20 13:05:40 2010 +0200 (2010-10-20) |
parents | 30f0edfdd2e4 |
children | 99e3675b8ff1 |
line diff
1.1 --- a/libQtClucene/receipt Wed Apr 28 16:29:16 2010 +0000 1.2 +++ b/libQtClucene/receipt Wed Oct 20 13:05:40 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