# HG changeset patch # User Hans-G?nter Theisgen # Date 1640958297 -3600 # Node ID b29a97f9866c2a2197aee19865af3d453a364eb3 # Parent f5b60c3a2ab9aa5e5ed241adfae2cd730accc2fe updated perl-date-manip (6.81 -> 6.86) diff -r f5b60c3a2ab9 -r b29a97f9866c perl-date-manip/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-date-manip/description.txt Fri Dec 31 14:44:57 2021 +0100 @@ -0,0 +1,17 @@ +Date::Manip is a series of modules designed to make any common +date or time operation easy to do. +Operations such as comparing two times, determining a date a +given amount of time from another, or parsing international +times are all easily done. +It deals with time as it is used in the Gregorian calendar +(the one currently in use) with full support for time changes +due to daylight saving time. + +From the very beginning, the main focus of Date::Manip has been +to be able to do ANY desired date or time operation easily. +Many other modules exist which may do a subset of these +operations quicker or more efficiently, but no other module +can do all of the operations available in Date::Manip. + +Date::Manip has functionality to work with several fundamental +types of data. diff -r f5b60c3a2ab9 -r b29a97f9866c perl-date-manip/receipt --- a/perl-date-manip/receipt Fri Dec 31 14:39:29 2021 +0100 +++ b/perl-date-manip/receipt Fri Dec 31 14:44:57 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-date-manip" -VERSION="6.81" +VERSION="6.86" CATEGORY="development" SHORT_DESC="Perl extension Date::Manip." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Date-Manip/" +WEB_SITE="https://metacpan.org/pod/Date::Manip" +REPOLOGY="perl:date-manip" SOURCE="Date-Manip" 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 }