# HG changeset patch # User Christopher Rogers # Date 1321188640 0 # Node ID 1952a594ef0ee26cf3a3a0c7dc39658672f41fe6 # Parent df64154dacd6ee4cb6ff009a714e5b97a343045a Up: perl-libwww to 6.03. Perl-libwww is the same as perl-lwp-useragent so i remove perl-lwp-useragent. diff -r df64154dacd6 -r 1952a594ef0e perl-libwww/receipt --- a/perl-libwww/receipt Sun Nov 13 02:13:59 2011 +0000 +++ b/perl-libwww/receipt Sun Nov 13 12:50:40 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-libwww" -VERSION="6.02" +VERSION="6.03" CATEGORY="development" SHORT_DESC="A set of Perl modules which provides a simple and consistent API to the WWW" MAINTAINER="slaxemulator@gmail.com" diff -r df64154dacd6 -r 1952a594ef0e perl-lwp-useragent/receipt --- a/perl-lwp-useragent/receipt Sun Nov 13 02:13:59 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-lwp-useragent" -VERSION="6.03" -CATEGORY="development" -SHORT_DESC="LWP::UserAgent module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="libwww-perl" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - perl Makefile.PL && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} -