wok-current annotate libQtPlugins/receipt @ rev 25234
updated python-routes (2.4.1 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:31:59 2022 +0100 (2022-07-13) |
parents | 9cb6a23202c2 |
children | 5926178cd6fa |
rev | line source |
---|---|
slaxemulator@10082 | 1 # SliTaz package receipt. |
slaxemulator@10082 | 2 |
slaxemulator@10082 | 3 PACKAGE="libQtPlugins" |
psychomaniak@19568 | 4 VERSION="4.8.7" |
slaxemulator@10082 | 5 CATEGORY="development" |
slaxemulator@10082 | 6 SHORT_DESC="qt x11 toolkit plugins" |
slaxemulator@10082 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15215 | 8 LICENSE="GPL3 LGPL2.1" |
pascal@24746 | 9 WEB_SITE="https://qt-project.org/" |
pascal@15215 | 10 WANTED="qt4" |
pascal@15215 | 11 |
slaxemulator@10082 | 12 DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \ |
slaxemulator@10082 | 13 libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \ |
slaxemulator@10082 | 14 libQtTest libQtHelp" |
slaxemulator@10082 | 15 |
slaxemulator@10082 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@10082 | 17 genpkg_rules() |
slaxemulator@10082 | 18 { |
slaxemulator@10082 | 19 mkdir -p $fs/usr/lib/qt |
pascal@15215 | 20 cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt |
psychomaniak@17182 | 21 find $fs -regex \ |
psychomaniak@17182 | 22 '.*\(gstreamer\|libqsqlite\|qjpeg\|bqgif\|libqsvg\).*' -delete |
slaxemulator@10082 | 23 } |
slaxemulator@10082 | 24 |