wok view perl-pango/receipt @ rev 10837

Add libmatchbox (Match may be used for kids or small device desktop)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 08 23:20:29 2011 +0200 (2011-06-08)
parents 6f96ee5df5c3
children 2b7692b99838
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-pango"
4 SOURCE="Pango"
5 VERSION="1.221"
6 CATEGORY="development"
7 SHORT_DESC="Layout and render international text."
8 MAINTAINER="claudinei@slitaz.org"
9 DEPENDS="perl pango perl-glib perl-cairo xcb-util"
10 BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \
11 libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://cpan.org/"
14 WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 }