# HG changeset patch # User Hans-G?nter Theisgen # Date 1585500274 -3600 # Node ID 79c552882a8494c84d582f1dfb770e91b2cb3b1f # Parent 13f8c8204124fa439f6475371c0ebacb869c32f2 updated perl-date-calc (6.3 -> 6.4) diff -r 13f8c8204124 -r 79c552882a84 perl-date-calc/receipt --- a/perl-date-calc/receipt Sun Mar 29 17:39:10 2020 +0100 +++ b/perl-date-calc/receipt Sun Mar 29 17:44:34 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-date-calc" -VERSION="6.3" +VERSION="6.4" CATEGORY="development" -SHORT_DESC="Perl module for Gregorian calendar date calculations" +SHORT_DESC="Perl extension Date::Calc for Gregorian calendar date calculations." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Date-Calc/" + +SOURCE="Date-Calc" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Date/$TARBALL" + DEPENDS="perl perl-bit-vector" BUILD_DEPENDS="$DEPENDS" -SOURCE="Date-Calc" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/Date-Calc/" -WGET_URL="https://metacpan.org/CPAN/authors/id/S/ST/STBEY/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make install DESTDIR=$DESTDIR @@ -26,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -