# HG changeset patch # User Hans-G?nter Theisgen # Date 1585672715 -3600 # Node ID f24a6593156b90c4730933971af3b74a9b694522 # Parent e9315a9b2f02e6b4209a99b8a1eba3650b864268 updated perl-test-pod (1.44 -> 1.52) diff -r e9315a9b2f02 -r f24a6593156b perl-test-pod/receipt --- a/perl-test-pod/receipt Tue Mar 31 17:34:32 2020 +0100 +++ b/perl-test-pod/receipt Tue Mar 31 17:38:35 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="perl-test-pod" -VERSION="1.44" +VERSION="1.52" CATEGORY="development" -SHORT_DESC="Test::Pod module is a Perl extension." +SHORT_DESC="Perl extension Test::Pod." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Test-Pod" + +SOURCE="Test-Pod" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" + DEPENDS="perl" BUILD_DEPENDS="perl" -SOURCE="Test-Pod" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="https://metacpan.org/CPAN/authors/id/D/DW/DWHEELER/$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 }