wok-6.x view libQtPlugins/receipt @ rev 14560
thunderbird-langpack-ru: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:10:43 2013 +0200 (2013-05-23) |
parents | d4259b0646e1 |
children | 7bb096863642 |
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 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
9 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
10 libQtTest libQtHelp"
11 WEB_SITE="http://qt-project.org/"
12 WANTED="qt4"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/qt
18 cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
19 }