# HG changeset patch # User Hans-G?nter Theisgen # Date 1585659132 -3600 # Node ID 49c94a09f4de603247cf0d0af5235d3a738e3d70 # Parent 551efbe32805f648ed5ed27a4425cfda398eb197 updated perl-net-http (6.03 -> 6.19) diff -r 551efbe32805 -r 49c94a09f4de perl-net-http/receipt --- a/perl-net-http/receipt Tue Mar 31 13:47:04 2020 +0100 +++ b/perl-net-http/receipt Tue Mar 31 13:52:12 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-net-http" -VERSION="6.03" +VERSION="6.19" CATEGORY="development" -SHORT_DESC="Low-level HTTP connection (client)" +SHORT_DESC="Perl Low-level HTTP connection (client)." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Net-HTTP" + SOURCE="Net-HTTP" 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="http://www.cpan.org/modules/by-module/Net/$TARBALL" DEPENDS="perl perl-compress-raw-zlib perl-io-compress" 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 }