wok view libQt5Plugins/receipt @ rev 23973

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-28)
parents
children 5caef8cf684f
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Plugins"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 x11 toolkit plugins."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="libQt3Support libQt5Core libQt5DBus libQt5Designer libQt5Gui
12 libQt5Help libQt5Network libQt5OpenGL libQt5Script
13 libQt5ScriptTools libQt5Sql libQt5Svg libQt5Test libQt5Xml"
14 WANTED="qt5"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/qt5
21 cp -a $install/usr/lib/qt5/plugins $fs/usr/lib/qt5
22 find $fs -regex \
23 '.*\(gstreamer\|libqsqlite\|qjpeg\|bqgif\|libqsvg\).*' -delete
24 }