wok annotate libQtPlugins/receipt @ rev 13992
qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author | ernia <monghitri@aruba.it> |
---|---|
date | Mon Feb 11 23:39:16 2013 +0000 (2013-02-11) |
parents | d4259b0646e1 |
children | 7bb096863642 |
rev | line source |
---|---|
slaxemulator@10082 | 1 # SliTaz package receipt. |
slaxemulator@10082 | 2 |
slaxemulator@10082 | 3 PACKAGE="libQtPlugins" |
monghitri@13992 | 4 VERSION="4.8.4" |
slaxemulator@10082 | 5 CATEGORY="development" |
slaxemulator@10082 | 6 SHORT_DESC="qt x11 toolkit plugins" |
slaxemulator@10082 | 7 MAINTAINER="slaxemulator@gmail.com" |
slaxemulator@10082 | 8 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \ |
slaxemulator@10082 | 9 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \ |
slaxemulator@10082 | 10 libQtTest libQtHelp" |
monghitri@13992 | 11 WEB_SITE="http://qt-project.org/" |
slaxemulator@10082 | 12 WANTED="qt4" |
slaxemulator@10082 | 13 |
slaxemulator@10082 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@10082 | 15 genpkg_rules() |
slaxemulator@10082 | 16 { |
slaxemulator@10082 | 17 mkdir -p $fs/usr/lib/qt |
slaxemulator@10082 | 18 cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt |
slaxemulator@10082 | 19 } |
slaxemulator@10082 | 20 |