wok rev 24261

updated perl-text-csv (2.00 -> 2.01)
author Hans-G?nter Theisgen
date Sun Jan 02 10:16:08 2022 +0100 (2022-01-02)
parents 447d3e53b8dc
children 49261384c207
files perl-text-csv/description.txt perl-text-csv/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-text-csv/description.txt	Sun Jan 02 10:16:08 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now.
     1.5 +All the backend modules provide facilities for the composition and
     1.6 +decomposition of comma-separated values.
     1.7 +Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not
     1.8 +available, falls back on Text::CSV_PP, which is bundled in the same
     1.9 +distribution as this module.
     2.1 --- a/perl-text-csv/receipt	Sun Jan 02 10:12:58 2022 +0100
     2.2 +++ b/perl-text-csv/receipt	Sun Jan 02 10:16:08 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-text-csv"
     2.7 -VERSION="2.00"
     2.8 +VERSION="2.01"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl - Manipulate comma-separated value strings."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/Text-CSV/"
    2.14 +WEB_SITE="https://metacpan.org/pod/Text::CSV"
    2.15 +REPOLOGY="perl:text-csv"
    2.16  
    2.17  SOURCE="Text-CSV"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.19 @@ -26,14 +27,13 @@
    2.20  {
    2.21  	PERL_MM_USE_DEFAULT=1 perl Makefile.PL &&
    2.22  	make &&
    2.23 -	make DESTDIR="$DESTDIR" install
    2.24 +	make install DESTDIR="$DESTDIR"
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.28  genpkg_rules()
    2.29  {
    2.30 -	mkdir -p $fs/usr
    2.31 -	cp -a $install/usr/lib	$fs/usr
    2.32 +	cook_copy_folders	lib
    2.33  
    2.34  	find $fs -name '.packlist' -delete
    2.35  	find $fs -name '*.pod' -delete