wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtPlugins"
4 VERSION="4.8.4"
5 CATEGORY="development"
6 SHORT_DESC="qt x11 toolkit plugins"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
13 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
14 libQtTest libQtHelp"
15 BUILD_DEPENDS="qt4 $DEPENDS"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib/qt
21 cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
22 rm -f $fs/usr/lib/qt/plugins/sqldrivers/libqsqlite.so
23 rm -f $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so
24 }