wok diff perl-pango/receipt @ rev 21701

updated pptpclient and pptpclient-extra (1.8.0 -> 1.10.0)
author Hans-G?nter Theisgen
date Thu Jun 06 15:33:37 2019 +0100 (2019-06-06)
parents 20661c276bcf
children 15650f5d595b
line diff
     1.1 --- a/perl-pango/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-pango/receipt	Thu Jun 06 15:33:37 2019 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="perl-pango"
     1.6  SOURCE="Pango"
     1.7 -VERSION="1.224"
     1.8 +VERSION="1.227"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Layout and render international text."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -11,13 +11,12 @@
    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="https://metacpan.org/~xaoc/Pango-1.224/"
    1.17 -WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    1.18 +WEB_SITE="https://metacpan.org/release/Pango"
    1.19 +WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	perl Makefile.PL &&
    1.26  	make &&
    1.27  	make DESTDIR=$DESTDIR install
    1.28 @@ -30,4 +29,3 @@
    1.29  	mkdir -p $fs/usr
    1.30  	cp -a $install/usr/lib $fs/usr
    1.31  }
    1.32 -