wok annotate libQtPlugins/receipt @ rev 16893

libQtPlugins: replace phonon&sqlite libs: less deps in a lot of apps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 14:37:30 2014 +0300 (2014-07-14)
parents 7bb096863642
children 5a8e7bf8a873
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"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
pascal@15215 9 WEB_SITE="http://qt-project.org/"
pascal@15215 10 WANTED="qt4"
pascal@15215 11
slaxemulator@10082 12 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
slaxemulator@10082 13 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
slaxemulator@10082 14 libQtTest libQtHelp"
psychomaniak@16893 15 BUILD_DEPENDS="qt4 $DEPENDS"
slaxemulator@10082 16
slaxemulator@10082 17 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@10082 18 genpkg_rules()
slaxemulator@10082 19 {
slaxemulator@10082 20 mkdir -p $fs/usr/lib/qt
pascal@15215 21 cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
psychomaniak@16893 22 rm -f $fs/usr/lib/qt/plugins/sqldrivers/libqsqlite.so
psychomaniak@16893 23 rm -f $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so
slaxemulator@10082 24 }
slaxemulator@10082 25