# HG changeset patch # User Hans-G?nter Theisgen # Date 1640959116 -3600 # Node ID 11e6cb8f9c4f8a5328e7fc2914fbdabcdd09d773 # Parent a7e2437aa2bfe1c92d2cefd01058fd2e029b23de updated perl-datetime-format-w3cdtf (0.07 -> 0.08) diff -r a7e2437aa2bf -r 11e6cb8f9c4f perl-datetime-format-w3cdtf/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-datetime-format-w3cdtf/description.txt Fri Dec 31 14:58:36 2021 +0100 @@ -0,0 +1,6 @@ +This module understands the W3CDTF date and time format, +an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. +This format is the native date format of RSS 1.0. + +It can be used to parse these formats in order to create the +appropriate objects. diff -r a7e2437aa2bf -r 11e6cb8f9c4f perl-datetime-format-w3cdtf/receipt --- a/perl-datetime-format-w3cdtf/receipt Fri Dec 31 14:54:55 2021 +0100 +++ b/perl-datetime-format-w3cdtf/receipt Fri Dec 31 14:58:36 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-datetime-format-w3cdtf" -VERSION="0.07" +VERSION="0.08" CATEGORY="development" SHORT_DESC="Perl extension DateTime::Format::W3CDTF." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime-Format-W3CDTF" +WEB_SITE="https://metacpan.org/pod/DateTime::Format::W3CDTF" +REPOLOGY=="perl:datetime-format-w3cdtf" SOURCE="DateTime-Format-W3CDTF" 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 }