# HG changeset patch # User Hans-G?nter Theisgen # Date 1585673674 -3600 # Node ID 8dfc1d7427f90a1423def02471eec64511120675 # Parent 4a30e1d84791e31422aa8541e29590ed06a042c1 updated perl-test-warnings (0.021 -> 0.030) diff -r 4a30e1d84791 -r 8dfc1d7427f9 perl-test-warnings/receipt --- a/perl-test-warnings/receipt Tue Mar 31 17:51:11 2020 +0100 +++ b/perl-test-warnings/receipt Tue Mar 31 17:54:34 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-test-warnings" -VERSION="0.021" +VERSION="0.030" CATEGORY="development" -SHORT_DESC="Test::Warnings is a perl module" +SHORT_DESC="Perl extension Test::Warnings." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" WEB_SITE="https://metacpan.org/release/Test-Warnings" + SOURCE="Test-Warnings" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www.cpan.org/authors/id/E/ET/ETHER/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="$DEPENDS" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,5 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }