# HG changeset patch # User Hans-G?nter Theisgen # Date 1585577258 -3600 # Node ID aa966b532e82fe4cd1cc26182b64973ade1c0be5 # Parent 97cab2eb0526ea93f85dde2f4fdd960b120e30f9 updated perl-datetime-timezone (1.93 -> 2.38) diff -r 97cab2eb0526 -r aa966b532e82 perl-datetime-timezone/receipt --- a/perl-datetime-timezone/receipt Mon Mar 30 14:52:27 2020 +0100 +++ b/perl-datetime-timezone/receipt Mon Mar 30 15:07:38 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-datetime-timezone" -VERSION="1.93" +VERSION="2.38" CATEGORY="development" -SHORT_DESC="DateTime::Format::TimeZone module is a Perl extension." +SHORT_DESC="Perl extension DateTime::Format::TimeZone." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/DateTime-TimeZone" + +SOURCE="DateTime-TimeZone" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="DateTime-TimeZone" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -