wok diff perl-net-http/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 6e8b1bcb30e2
children 15650f5d595b
line diff
     1.1 --- a/perl-net-http/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/perl-net-http/receipt	Mon Apr 27 09:29:39 2020 +0000
     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  }