wok view libQtPlugins/receipt @ rev 13149

get-flash-plugin: update URL discovery
author Richard Dunbar <mojo@slitaz.org>
date Tue Jul 10 17:44:29 2012 +0000 (2012-07-10)
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 }