wok diff libQtPlugins/receipt @ rev 13465

Up iw (3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 10:50:30 2012 +0200 (2012-10-08)
parents
children 68ec33732967
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libQtPlugins/receipt	Mon Oct 08 10:50:30 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libQtPlugins"
     1.7 +VERSION="4.7.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="qt x11 toolkit plugins"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
    1.12 +libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
    1.13 +libQtTest libQtHelp"
    1.14 +WEB_SITE="http://qt.nokia.com/"
    1.15 +WANTED="qt4"
    1.16 +SOURCE="qt-everywhere-opensource-src"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib/qt
    1.22 +	cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
    1.23 +}
    1.24 +