wok-current rev 23374
updated perl-net-http (6.03 -> 6.19)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:52:12 2020 +0100 (2020-03-31) |
parents | 551efbe32805 |
children | 833682724b54 |
files | perl-net-http/receipt |
line diff
1.1 --- a/perl-net-http/receipt Tue Mar 31 13:47:04 2020 +0100 1.2 +++ b/perl-net-http/receipt Tue Mar 31 13:52:12 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-net-http" 1.7 -VERSION="6.03" 1.8 +VERSION="6.19" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Low-level HTTP connection (client)" 1.11 +SHORT_DESC="Perl Low-level HTTP connection (client)." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://metacpan.org/release/Net-HTTP" 1.15 + 1.16 SOURCE="Net-HTTP" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://metacpan.org/release/libwww-perl/" 1.19 -WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" 1.20 +WGET_URL="http://www.cpan.org/modules/by-module/Net/$TARBALL" 1.21 1.22 DEPENDS="perl perl-compress-raw-zlib perl-io-compress" 1.23 BUILD_DEPENDS="perl $DEPENDS" 1.24 @@ -17,14 +18,14 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - perl Makefile.PL && make && make DESTDIR=$DESTDIR install 1.30 - 1.31 + perl Makefile.PL && 1.32 + make && 1.33 + make DESTDIR=$DESTDIR install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr 1.40 - cp -a $install/usr/lib $fs/usr 1.41 + cp -a $install/usr/lib $fs/usr 1.42 }