wok-6.x view libQtPlugins/receipt @ rev 13946
Up gpm (1.20.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 29 18:22:11 2013 +0100 (2013-01-29) |
parents | |
children | 68ec33732967 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtPlugins"
4 VERSION="4.7.3"
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.nokia.com/"
12 WANTED="qt4"
13 SOURCE="qt-everywhere-opensource-src"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/qt
19 cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
20 }