wok-4.x rev 11050
Up: perl-pango to 1.222.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 23:05:17 2011 +0000 (2011-10-16) |
parents | 11bd296f6d32 |
children | f38d0c59fe04 |
files | perl-pango/receipt |
line diff
1.1 --- a/perl-pango/receipt Sun Oct 16 23:03:09 2011 +0000 1.2 +++ b/perl-pango/receipt Sun Oct 16 23:05:17 2011 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="perl-pango" 1.6 SOURCE="Pango" 1.7 -VERSION="1.221" 1.8 +VERSION="1.222" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Layout and render international text." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \ 1.14 libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://cpan.org/" 1.17 +WEB_SITE="http://search.cpan.org/~tsch/Pango/" 1.18 WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -19,7 +19,7 @@ 1.22 cd $src 1.23 perl Makefile.PL && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.