wok view libQt5Svg/receipt @ rev 24142
linux-aufs: git checkout problem ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 15 08:46:59 2021 +0000 (2021-11-15) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt5Svg"
4 VERSION="5.14.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt5 Svg library."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.qt.io/"
11 DEPENDS="libpng libQt5Core libQt5Gui libQt5Xml"
12 WANTED="qt5"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/qt5/plugins/imageformats
18 mkdir -p $fs/usr/lib/qt5/plugins/iconengines
20 cp -a $install/usr/lib/libQt5Svg.so* $fs/usr/lib
21 cp -a $install/usr/lib/qt5/plugins/imageformats/libqsvg.so \
22 $fs/*/*/*/*/imageformats
23 cp -a $install/usr/lib/qt5/plugins/iconengines/libqsvgicon.so \
24 $fs/*/*/*/*/iconengines
25 }