wok diff pango-dev/receipt @ rev 22

Add : GTK+ with libs (atk, glib, etc)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 13:47:26 2007 +0100 (2007-12-18)
parents
children 3e085751bf3a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pango-dev/receipt	Tue Dec 18 13:47:26 2007 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pango-dev"
     1.7 +VERSION="1.14.8"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Library for layout and rendering of text devel files."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="pango"
    1.12 +WEB_SITE="http://www.pango.org/"
    1.13 +
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 +    cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +    cp -a $_pkg/usr/include $fs/usr
    1.22 +    cp -a $_pkg/usr/lib/pango $fs/usr/lib
    1.23 +    rm -rf $fs/usr/lib/pango/1.5.0/modules/*.so
    1.24 +}
    1.25 +
    1.26 +# Pre and post install commands for Tazpkg.
    1.27 +post_install()
    1.28 +{
    1.29 +    local root
    1.30 +    root=$1
    1.31 +    echo "Processing post-install commands..."
    1.32 +    # Rebuils pango.modules when installed.
    1.33 +    pango-querymodules > $root/etc/pango/pango.modules
    1.34 +}
    1.35 +SELF_INSTALL=1