wok rev 23802

created recipe for pango-typelib
author Hans-G?nter Theisgen
date Sun May 24 07:28:37 2020 +0100 (2020-05-24)
parents 5833ecdc956f
children bd2dfe2c0c09
files pango-typelib/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pango-typelib/receipt	Sun May 24 07:28:37 2020 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pango-typelib"
     1.7 +VERSION="1.36.8"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Layout and rendering of internationalized text - typelibs."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://www.pango.org/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html"
    1.14 +
    1.15 +DEPENDS="pango"
    1.16 +WANTED="pango"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/girepository-1.0	$fs/usr/lib
    1.23 +}