wok annotate libQtPlugins/receipt @ rev 11179
Up: actionpack to 3.1.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 00:10:59 2011 +0000 (2011-11-03) |
parents | |
children | 68ec33732967 |
rev | line source |
---|---|
slaxemulator@10082 | 1 # SliTaz package receipt. |
slaxemulator@10082 | 2 |
slaxemulator@10082 | 3 PACKAGE="libQtPlugins" |
slaxemulator@10082 | 4 VERSION="4.7.3" |
slaxemulator@10082 | 5 CATEGORY="development" |
slaxemulator@10082 | 6 SHORT_DESC="qt x11 toolkit plugins" |
slaxemulator@10082 | 7 MAINTAINER="slaxemulator@gmail.com" |
slaxemulator@10082 | 8 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \ |
slaxemulator@10082 | 9 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \ |
slaxemulator@10082 | 10 libQtTest libQtHelp" |
slaxemulator@10082 | 11 WEB_SITE="http://qt.nokia.com/" |
slaxemulator@10082 | 12 WANTED="qt4" |
slaxemulator@10082 | 13 SOURCE="qt-everywhere-opensource-src" |
slaxemulator@10082 | 14 |
slaxemulator@10082 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@10082 | 16 genpkg_rules() |
slaxemulator@10082 | 17 { |
slaxemulator@10082 | 18 mkdir -p $fs/usr/lib/qt |
slaxemulator@10082 | 19 cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt |
slaxemulator@10082 | 20 } |
slaxemulator@10082 | 21 |