wok rev 23121

updated libwww-perl (6.36 -> 6.43)
author Hans-G?nter Theisgen
date Fri Mar 13 09:05:23 2020 +0100 (2020-03-13)
parents 1c9d0ddcdeb7
children 385cb03e0228
files libwww-perl/receipt
line diff
     1.1 --- a/libwww-perl/receipt	Fri Mar 13 07:54:49 2020 +0100
     1.2 +++ b/libwww-perl/receipt	Fri Mar 13 09:05:23 2020 +0100
     1.3 @@ -1,16 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libwww-perl"
     1.7 -VERSION="6.36"
     1.8 +VERSION="6.43"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="a simple and consistent API to the WWW in PERL"
    1.11 +SHORT_DESC="A simple and consistent API to the WWW in PERL."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 -DEPENDS="perl-module-metadata perl-io"
    1.15 +WEB_SITE="http://cpan.org/"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL"
    1.19 +
    1.20 +DEPENDS="perl-io perl-module-metadata"
    1.21  BUILD_DEPENDS="$DEPENDS"
    1.22 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.23 -WEB_SITE="http://cpan.org/"
    1.24 -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -24,5 +26,5 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/lib $fs/usr
    1.33 +	cp -a $install/usr/lib	$fs/usr
    1.34  }