wok diff libQtSvg/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents 30f0edfdd2e4
children 99e3675b8ff1
line diff
     1.1 --- a/libQtSvg/receipt	Wed Apr 28 16:29:16 2010 +0000
     1.2 +++ b/libQtSvg/receipt	Thu Apr 29 14:42:30 2010 -0400
     1.3 @@ -8,12 +8,14 @@
     1.4  DEPENDS="libQtCore libQtGui libQtXml libpng"
     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  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 +	_pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
    1.16  	cp -a $_pkg/usr/lib/libQtSvg.so* $fs/usr/lib
    1.17  }
    1.18