wok-current view libQtPlugins/receipt @ rev 20821
updated deluge (1.3.6 -> 1.3.15)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 19 14:13:56 2019 +0100 (2019-02-19) |
parents | 212b82ae0193 |
children | cb67b4f8be05 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtPlugins"
4 VERSION="4.8.7"
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"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/qt
20 cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
21 find $fs -regex \
22 '.*\(gstreamer\|libqsqlite\|qjpeg\|bqgif\|libqsvg\).*' -delete
23 }