wok diff perl-cairo/receipt @ rev 12790
Up: blender to 2.63a.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 16 08:46:10 2012 +0000 (2012-05-16) |
parents | 349d8a3333f4 |
children | 2d12ebd38be4 |
line diff
1.1 --- a/perl-cairo/receipt Mon May 25 23:24:56 2009 +0000 1.2 +++ b/perl-cairo/receipt Wed May 16 08:46:10 2012 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="perl-cairo" 1.6 SOURCE="Cairo" 1.7 -VERSION="1.061" 1.8 +VERSION="1.081" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl interface to the cairo library." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \ 1.14 perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://cpan.org/" 1.17 +WEB_SITE="http://search.cpan.org/~tsch/Cairo/" 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.