wok view libQtSvg/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 212b82ae0193
children cb67b4f8be05
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtSvg"
4 VERSION="4.8.7"
5 CATEGORY="development"
6 SHORT_DESC="Qt Svg Library"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtCore libQtGui libQtXml libpng"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/qt/plugins/imageformats $fs/usr/lib/qt/plugins/iconengines
18 cp -a $install/usr/lib/libQtSvg.so* $fs/usr/lib
19 cp -a $install/usr/lib/qt/plugins/imageformats/libqsvg.so $fs/*/*/*/*/imageformats
20 cp -a $install/usr/lib/qt/plugins/iconengines/libqsvgicon.so $fs/*/*/*/*/iconengines
21 }