# HG changeset patch # User Hans-G?nter Theisgen # Date 1585642054 -3600 # Node ID c9434b646eb75610c8e9baa1c8335c1610c97c1d # Parent 81ed41f7cbdfbc8bf0da491c9af6ac9313be0ff3 updated perl-http-cookies (6.01 -> 6.08) diff -r 81ed41f7cbdf -r c9434b646eb7 perl-http-cookies/receipt --- a/perl-http-cookies/receipt Tue Mar 31 09:01:44 2020 +0100 +++ b/perl-http-cookies/receipt Tue Mar 31 09:07:34 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-http-cookies" -VERSION="6.01" +VERSION="6.08" CATEGORY="development" -SHORT_DESC="Perl HTTP cookie jars" +SHORT_DESC="Perl HTTP cookie jars." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/HTTP-Cookies" + SOURCE="HTTP-Cookies" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/libwww-perl/" -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL" DEPENDS="perl perl-http-date perl-http-message " BUILD_DEPENDS="perl $DEPENDS" @@ -17,14 +18,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src - perl Makefile.PL && make && make DESTDIR=$DESTDIR install - + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }