# HG changeset patch # User Hans-G?nter Theisgen # Date 1640958895 -3600 # Node ID a7e2437aa2bfe1c92d2cefd01058fd2e029b23de # Parent 2e9676db93604a8218919ee2e3c8278ce3901b53 updated perl-datetime-format-strptime (1.77 -> 1.79) diff -r 2e9676db9360 -r a7e2437aa2bf perl-datetime-format-strptime/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-datetime-format-strptime/description.txt Fri Dec 31 14:54:55 2021 +0100 @@ -0,0 +1,5 @@ +This module implements most of strptime(3), the POSIX function +that is the reverse of strftime(3), for DateTime. +While strftime takes a DateTime and a pattern and returns a string, +strptime takes a string and a pattern and returns the DateTime +object associated. diff -r 2e9676db9360 -r a7e2437aa2bf perl-datetime-format-strptime/receipt --- a/perl-datetime-format-strptime/receipt Fri Dec 31 14:48:34 2021 +0100 +++ b/perl-datetime-format-strptime/receipt Fri Dec 31 14:54:55 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-datetime-format-strptime" -VERSION="1.77" +VERSION="1.79" CATEGORY="development" SHORT_DESC="Perl extension DateTime::Format::Strptime." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime" +WEB_SITE="https://metacpan.org/pod/DateTime::Format::Strptime" +REPOLOGY="perl:datetime-format-strptime" SOURCE="DateTime-Format-Strptime" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,12 +27,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 }