wok view libQtPlugins/receipt @ rev 10193

Up: ffmpeg to 0.6.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 22:54:54 2011 +0000 (2011-05-20)
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 }