wok diff perl-text-csv/receipt @ rev 25464
httpfs2-fuse: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 30 09:07:42 2022 +0000 (2022-09-30) |
parents | 15650f5d595b |
children | b27d8c263cba |
line diff
1.1 --- a/perl-text-csv/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-text-csv/receipt Fri Sep 30 09:07:42 2022 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-text-csv" 1.7 -VERSION="2.00" 1.8 +VERSION="2.01" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl - Manipulate comma-separated value strings." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/Text-CSV/" 1.14 +WEB_SITE="https://metacpan.org/pod/Text::CSV" 1.15 +REPOLOGY="perl:text-csv" 1.16 1.17 SOURCE="Text-CSV" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -26,14 +27,13 @@ 1.20 { 1.21 PERL_MM_USE_DEFAULT=1 perl Makefile.PL && 1.22 make && 1.23 - make DESTDIR="$DESTDIR" install 1.24 + make install DESTDIR="$DESTDIR" 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - mkdir -p $fs/usr 1.31 - cp -a $install/usr/lib $fs/usr 1.32 + cook_copy_folders lib 1.33 1.34 find $fs -name '.packlist' -delete 1.35 find $fs -name '*.pod' -delete