wok-current view libQtSvg/receipt @ rev 20284
Up spl (0.7.7)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Mon Apr 02 10:14:55 2018 +0200 (2018-04-02) | 
| 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 }