# HG changeset patch # User Hans-G?nter Theisgen # Date 1585576347 -3600 # Node ID 97cab2eb0526ea93f85dde2f4fdd960b120e30f9 # Parent 74e74aefd5c2bc9fe2d98a102e3981cd666e6da6 updated perl-datetime-format-w3cdtf (0.06 -> 0.07) diff -r 74e74aefd5c2 -r 97cab2eb0526 perl-datetime-format-w3cdtf/receipt --- a/perl-datetime-format-w3cdtf/receipt Mon Mar 30 14:47:03 2020 +0100 +++ b/perl-datetime-format-w3cdtf/receipt Mon Mar 30 14:52:27 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-datetime-format-w3cdtf" -VERSION="0.06" +VERSION="0.07" CATEGORY="development" -SHORT_DESC="DateTime::Format::W3CDTF module is a Perl extension." +SHORT_DESC="Perl extension DateTime::Format::W3CDTF." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/DateTime-Format-W3CDTF" + +SOURCE="DateTime-Format-W3CDTF" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="DateTime-Format-W3CDTF" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/G/GW/GWILLIAMS/$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 } -