wok diff perl-cairo/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 20661c276bcf
children d1c6b019c94e
line diff
     1.1 --- a/perl-cairo/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-cairo/receipt	Wed Nov 06 16:26:14 2019 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="perl-cairo"
     1.6  SOURCE="Cairo"
     1.7 -VERSION="1.103"
     1.8 +VERSION="1.106"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl interface to the cairo library."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12 @@ -11,13 +11,12 @@
    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="https://metacpan.org/~xaoc/Cairo-1.103/"
    1.17 +WEB_SITE="https://metacpan.org/release/Cairo"
    1.18  WGET_URL="https://metacpan.org/CPAN/authors/id/X/XA/XAOC/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	perl Makefile.PL &&
    1.25  	make &&
    1.26  	make DESTDIR=$DESTDIR install
    1.27 @@ -29,4 +28,3 @@
    1.28  	mkdir -p $fs/usr
    1.29  	cp -a $install/usr/lib $fs/usr
    1.30  }
    1.31 -