# HG changeset patch # User Hans-G?nter Theisgen # Date 1648287450 -3600 # Node ID 00dfb3b8e79db3c61d133e8324ac0afaac77b15a # Parent 805b047c41598bc051c5903abb873b634943e057 updated libwww-perl (6.43 -> 6.61) diff -r 805b047c4159 -r 00dfb3b8e79d libwww-perl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libwww-perl/description.txt Sat Mar 26 10:37:30 2022 +0100 @@ -0,0 +1,5 @@ +The libwww-perl collection is a set of Perl modules which provides +a simple and consistent application programming interface to the +World-Wide Web. +The main focus of the library is to provide classes and functions +that allow you to write WWW clients. diff -r 805b047c4159 -r 00dfb3b8e79d libwww-perl/receipt --- a/libwww-perl/receipt Fri Mar 25 17:27:11 2022 +0100 +++ b/libwww-perl/receipt Sat Mar 26 10:37:30 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="libwww-perl" -VERSION="6.43" +VERSION="6.61" CATEGORY="development" SHORT_DESC="A simple and consistent API to the WWW in PERL." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" WEB_SITE="https://metacpan.org/dist/libwww-perl" +REPOLOGY="perl:libwww-perl" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" @@ -25,12 +26,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }