wok view perl-pango/receipt @ rev 14873

perl-{glib,gtk2,pango}: remove unwanted folder
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 06:26:40 2013 -0300 (2013-07-23)
parents 487247909ed8
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-pango"
4 SOURCE="Pango"
5 VERSION="1.224"
6 CATEGORY="development"
7 SHORT_DESC="Layout and render international text."
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="GPL"
10 DEPENDS="perl pango perl-glib perl-cairo xcb-util"
11 BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \
12 libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://search.cpan.org/~xaoc/Pango-1.224/"
15 WGET_URL="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 rm -rf $pkgdir/installnone
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 }