wok-6.x diff libwww-perl/receipt @ rev 24957
*/stuff/bootloader.S: add CHK_DOS_INT19 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 23 15:41:59 2022 +0000 (2022-04-23) |
parents | c365fe17a816 |
children |
line diff
1.1 --- a/libwww-perl/receipt Sat Sep 25 16:21:20 2021 +0000 1.2 +++ b/libwww-perl/receipt Sat Apr 23 15:41:59 2022 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libwww-perl" 1.7 -VERSION="6.43" 1.8 +VERSION="6.61" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A simple and consistent API to the WWW in PERL." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 WEB_SITE="https://metacpan.org/dist/libwww-perl" 1.14 +REPOLOGY="perl:libwww-perl" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" 1.18 @@ -25,12 +26,11 @@ 1.19 { 1.20 perl Makefile.PL && 1.21 make && 1.22 - make DESTDIR=$DESTDIR install 1.23 + make install DESTDIR=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr 1.30 - cp -a $install/usr/lib $fs/usr 1.31 + cook_copy_folders lib 1.32 }