wok-next diff libQtDesigner/receipt @ rev 6293
Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 16 13:04:44 2010 +0000 (2010-09-16) |
parents | 30f0edfdd2e4 |
children | 99e3675b8ff1 |
line diff
1.1 --- a/libQtDesigner/receipt Wed Apr 28 16:29:16 2010 +0000 1.2 +++ b/libQtDesigner/receipt Thu Sep 16 13:04:44 2010 +0000 1.3 @@ -8,13 +8,14 @@ 1.4 DEPENDS="libQtCore libQtGui libQtScript libQtXml" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.trolltech.com" 1.7 -#WGET_URL="" 1.8 -WANTED="qt-everywhere-opensource-src" 1.9 +WANTED="qt4" 1.10 +SOURCE="qt-everywhere-opensource-src" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 + _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg" 1.17 cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib 1.18 } 1.19