wok diff perl-xml-parser/receipt @ rev 11395

Compat: re-implement tazwok specific code into linux receipt.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 06:08:28 2011 +0100 (2011-12-10)
parents 89e187b7d309
children 3ff5b63831c2
line diff
     1.1 --- a/perl-xml-parser/receipt	Sat Mar 14 07:53:36 2009 +0000
     1.2 +++ b/perl-xml-parser/receipt	Sat Dec 10 06:08:28 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-xml-parser"
     1.7 -VERSION="2.36"
     1.8 +VERSION="2.40"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,8 +9,8 @@
    1.13  BUILD_DEPENDS="perl expat-dev"
    1.14  SOURCE="XML-Parser"
    1.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://cpan.org/"
    1.17 -WGET_URL="http://cpan.org/authors/id/M/MS/MSERGEANT/$TARBALL"
    1.18 +WEB_SITE="http://search.cpan.org/dist/XML-Parser/"
    1.19 +WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()