wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="libQtHelp"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt help Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
11 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/libQtHelp.so* $fs/usr/lib
18 }