wok rev 11310

Up: perl-libwww to 6.03. Perl-libwww is the same as perl-lwp-useragent so i remove perl-lwp-useragent.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 13 12:50:40 2011 +0000 (2011-11-13)
parents df64154dacd6
children 581915ca201d
files perl-libwww/receipt perl-lwp-useragent/receipt
line diff
     1.1 --- a/perl-libwww/receipt	Sun Nov 13 02:13:59 2011 +0000
     1.2 +++ b/perl-libwww/receipt	Sun Nov 13 12:50:40 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-libwww"
     1.7 -VERSION="6.02"
     1.8 +VERSION="6.03"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A set of Perl modules which provides a simple and consistent API to the WWW"
    1.11  MAINTAINER="slaxemulator@gmail.com"
     2.1 --- a/perl-lwp-useragent/receipt	Sun Nov 13 02:13:59 2011 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,30 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="perl-lwp-useragent"
     2.7 -VERSION="6.03"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="LWP::UserAgent module is a Perl extension."
    2.10 -MAINTAINER="pascal.bellard@slitaz.org"
    2.11 -DEPENDS="perl"
    2.12 -BUILD_DEPENDS="perl"
    2.13 -SOURCE="libwww-perl"
    2.14 -TARBALL="$SOURCE-$VERSION.tar.gz"
    2.15 -WEB_SITE="http://cpan.org/"
    2.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    2.17 -
    2.18 -# Rules to configure and make the package.
    2.19 -compile_rules()
    2.20 -{
    2.21 -	cd $src
    2.22 -	perl Makefile.PL &&
    2.23 -	make &&
    2.24 -	make DESTDIR=$PWD/_pkg install
    2.25 -}
    2.26 -
    2.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 -genpkg_rules()
    2.29 -{
    2.30 -	mkdir -p $fs/usr
    2.31 -	cp -a $_pkg/usr/lib $fs/usr
    2.32 -}
    2.33 -