# HG changeset patch # User Hans-G?nter Theisgen # Date 1584086723 -3600 # Node ID 4c03e8b3a67fc42354e7d3109bd617fbb7fb1582 # Parent 1c9d0ddcdeb78a8fcff139b8d77c3403678b5290 updated libwww-perl (6.36 -> 6.43) diff -r 1c9d0ddcdeb7 -r 4c03e8b3a67f libwww-perl/receipt --- a/libwww-perl/receipt Fri Mar 13 07:54:49 2020 +0100 +++ b/libwww-perl/receipt Fri Mar 13 09:05:23 2020 +0100 @@ -1,16 +1,18 @@ # SliTaz package receipt. PACKAGE="libwww-perl" -VERSION="6.36" +VERSION="6.43" CATEGORY="development" -SHORT_DESC="a simple and consistent API to the WWW in PERL" +SHORT_DESC="A simple and consistent API to the WWW in PERL." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -DEPENDS="perl-module-metadata perl-io" +WEB_SITE="http://cpan.org/" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" + +DEPENDS="perl-io perl-module-metadata" BUILD_DEPENDS="$DEPENDS" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -24,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }