# HG changeset patch # User Hans-G?nter Theisgen # Date 1585671268 -3600 # Node ID 794eebcdf3b69c5a1b469a044dad42a78760ae02 # Parent d5a3cad1e4666d27557742c4633b8799f15ffd72 updated perl-test-exception (0.31 -> 0.43) diff -r d5a3cad1e466 -r 794eebcdf3b6 perl-test-exception/receipt --- a/perl-test-exception/receipt Tue Mar 31 17:09:45 2020 +0100 +++ b/perl-test-exception/receipt Tue Mar 31 17:14:28 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-test-exception" -VERSION="0.31" +VERSION="0.43" CATEGORY="development" -SHORT_DESC="Test::Exception module is a Perl extension." +SHORT_DESC="Perl extension Test::Exception." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Test-Exception" + +SOURCE="Test-Exception" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Test-Exception" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://metacpan.org/CPAN/authors/id/A/AD/ADIE/$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 } -