# HG changeset patch # User Hans-G?nter Theisgen # Date 1585576023 -3600 # Node ID 74e74aefd5c2bc9fe2d98a102e3981cd666e6da6 # Parent 0d774eb19bf93d802b023bdb214dd2e5d714451a updated perl-datetime-format-strptime (1.56 -> 1.77) diff -r 0d774eb19bf9 -r 74e74aefd5c2 perl-datetime-format-strptime/receipt --- a/perl-datetime-format-strptime/receipt Mon Mar 30 14:39:36 2020 +0100 +++ b/perl-datetime-format-strptime/receipt Mon Mar 30 14:47:03 2020 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="perl-datetime-format-strptime" -VERSION="1.56" +VERSION="1.77" CATEGORY="development" -SHORT_DESC="DateTime::Format::Strptime module is a Perl extension." +SHORT_DESC="Perl extension DateTime::Format::Strptime." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime" + SOURCE="DateTime-Format-Strptime" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -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-datetime perl-params-validate perl-test-simple" @@ -17,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -27,6 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -