# HG changeset patch # User Hans-G?nter Theisgen # Date 1585666876 -3600 # Node ID b369f811852b5193e18824f50135d23a5ef183f9 # Parent 3e9b01ea2f0ade13c57e9648e212869aca36140d updated perl-params-validate (1.21 -> 1.29) diff -r 3e9b01ea2f0a -r b369f811852b perl-params-validate/receipt --- a/perl-params-validate/receipt Tue Mar 31 15:55:57 2020 +0100 +++ b/perl-params-validate/receipt Tue Mar 31 16:01:16 2020 +0100 @@ -1,23 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-params-validate" -VERSION="1.21" +VERSION="1.29" CATEGORY="development" -SHORT_DESC="Params::Validate module is a Perl extension." +SHORT_DESC="Perl extension Params::Validate." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Params-Validate" + SOURCE="Params-Validate" 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/Params/$TARBALL" -DEPENDS="perl perl-test-requires perl-module-implementation perl-test-fatal perl-test-simple" +DEPENDS="perl perl-module-implementation perl-test-fatal perl-test-requires perl-test-simple" BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. compile_rules() { - cd $src perl Build.PL && ./Build --destdir $DESTDIR install } @@ -26,6 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -