# HG changeset patch # User Hans-G?nter Theisgen # Date 1640959483 -3600 # Node ID 710190aac035fe29aa3f49e8b2d3c827a2a1500a # Parent 11e6cb8f9c4f8a5328e7fc2914fbdabcdd09d773 updated perl-datetime-locale (0.45 -> 1.33) diff -r 11e6cb8f9c4f -r 710190aac035 perl-datetime-locale/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-datetime-locale/description.txt Fri Dec 31 15:04:43 2021 +0100 @@ -0,0 +1,6 @@ +DateTime::Locale is primarily a factory for the various locale subclasses. +It also provides some functions for getting information on all the available +locales. + +If you want to know what methods are available for locale objects, then +please read the DateTime::Locale::FromData documentation. diff -r 11e6cb8f9c4f -r 710190aac035 perl-datetime-locale/receipt --- a/perl-datetime-locale/receipt Fri Dec 31 14:58:36 2021 +0100 +++ b/perl-datetime-locale/receipt Fri Dec 31 15:04:43 2021 +0100 @@ -1,17 +1,20 @@ # SliTaz package receipt. PACKAGE="perl-datetime-locale" -VERSION="0.45" +VERSION="1.33" CATEGORY="development" SHORT_DESC="DateTime::Locale module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -DEPENDS="perl" -BUILD_DEPENDS="perl" +WEB_SITE="https://metacpan.org/pod/DateTime::Locale" +REPOLOGY="perl:datetime-locale" + SOURCE="DateTime-Locale" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/dist/DateTime-Locale" -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="perl perl-file-sharedir-install" current_version() { @@ -22,16 +25,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src 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 } -