wok annotate libQtPlugins/receipt @ rev 14895

Add gvpe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 26 12:36:51 2013 +0000 (2013-07-26)
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