wok view libQtSvg/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
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 }