wok diff perl-pango/receipt @ rev 11801

syslinux: fix ifmem.c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:52:40 2012 +0100 (2012-02-25)
parents f3327707164a
children 2d12ebd38be4
line diff
     1.1 --- a/perl-pango/receipt	Sun Feb 28 17:01:48 2010 +0100
     1.2 +++ b/perl-pango/receipt	Sat Feb 25 11:52:40 2012 +0100
     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.