wok diff libQtHelp/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents 568b7f4604a2
children 492d81d36df5
line diff
     1.1 --- a/libQtHelp/receipt	Tue Nov 09 21:19:52 2010 +0000
     1.2 +++ b/libQtHelp/receipt	Sat Feb 26 06:06:17 2011 +0100
     1.3 @@ -6,15 +6,14 @@
     1.4  SHORT_DESC="Qt help Library"
     1.5  MAINTAINER="allan316@gmail.com"
     1.6  DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8  WEB_SITE="http://qt.nokia.com/"
     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/libQtHelp.so* $fs/usr/lib
    1.18  }
    1.19