wok-current rev 24194
updated perl-datetime-format-strptime (1.77 -> 1.79)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:54:55 2021 +0100 (2021-12-31) |
parents | 2e9676db9360 |
children | 11e6cb8f9c4f |
files | perl-datetime-format-strptime/description.txt perl-datetime-format-strptime/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-datetime-format-strptime/description.txt Fri Dec 31 14:54:55 2021 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +This module implements most of strptime(3), the POSIX function 1.5 +that is the reverse of strftime(3), for DateTime. 1.6 +While strftime takes a DateTime and a pattern and returns a string, 1.7 +strptime takes a string and a pattern and returns the DateTime 1.8 +object associated.
2.1 --- a/perl-datetime-format-strptime/receipt Fri Dec 31 14:48:34 2021 +0100 2.2 +++ b/perl-datetime-format-strptime/receipt Fri Dec 31 14:54:55 2021 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-datetime-format-strptime" 2.7 -VERSION="1.77" 2.8 +VERSION="1.79" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension DateTime::Format::Strptime." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime" 2.14 +WEB_SITE="https://metacpan.org/pod/DateTime::Format::Strptime" 2.15 +REPOLOGY="perl:datetime-format-strptime" 2.16 2.17 SOURCE="DateTime-Format-Strptime" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -26,12 +27,11 @@ 2.20 { 2.21 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 }