wok view libQtPlugins/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
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 }