# HG changeset patch # User Hans-G?nter Theisgen # Date 1585672968 -3600 # Node ID 604eaa1d0ad4413dda688ccb68ee83bf22f1a9df # Parent f24a6593156b90c4730933971af3b74a9b694522 updated perl-test-pod-coverage (1.08 -> 1.10) diff -r f24a6593156b -r 604eaa1d0ad4 perl-test-pod-coverage/receipt --- a/perl-test-pod-coverage/receipt Tue Mar 31 17:38:35 2020 +0100 +++ b/perl-test-pod-coverage/receipt Tue Mar 31 17:42:48 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-test-pod-coverage" -VERSION="1.08" +VERSION="1.10" CATEGORY="development" -SHORT_DESC="Test::Pod::Coverage module is a Perl extension." +SHORT_DESC="Perl extension Test::Pod::Coverage." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Test-Pod-Coverage" + +SOURCE="Test-Pod-Coverage" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Test-Pod-Coverage" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="https://metacpan.org/CPAN/authors/id/P/PE/PETDANCE/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -26,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }