wok rev 24850

updated libwww-perl (6.43 -> 6.61)
author Hans-G?nter Theisgen
date Sat Mar 26 10:37:30 2022 +0100 (2022-03-26)
parents 805b047c4159
children 3931c7c2660c
files libwww-perl/description.txt libwww-perl/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libwww-perl/description.txt	Sat Mar 26 10:37:30 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +The libwww-perl collection is a set of Perl modules which provides
     1.5 +a simple and consistent application programming interface to the
     1.6 +World-Wide Web.
     1.7 +The main focus of the library is to provide classes and functions
     1.8 +that allow you to write WWW clients.
     2.1 --- a/libwww-perl/receipt	Fri Mar 25 17:27:11 2022 +0100
     2.2 +++ b/libwww-perl/receipt	Sat Mar 26 10:37:30 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libwww-perl"
     2.7 -VERSION="6.43"
     2.8 +VERSION="6.61"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A simple and consistent API to the WWW in PERL."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13  WEB_SITE="https://metacpan.org/dist/libwww-perl"
    2.14 +REPOLOGY="perl:libwww-perl"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL"
    2.18 @@ -25,12 +26,11 @@
    2.19  {
    2.20  	perl Makefile.PL &&
    2.21  	make &&
    2.22 -	make DESTDIR=$DESTDIR install
    2.23 +	make install DESTDIR=$DESTDIR
    2.24  }
    2.25  
    2.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.27  genpkg_rules()
    2.28  {
    2.29 -	mkdir -p $fs/usr
    2.30 -	cp -a $install/usr/lib	$fs/usr
    2.31 +	cook_copy_folders	lib
    2.32  }