# HG changeset patch # User Hans-G?nter Theisgen # Date 1585670639 -3600 # Node ID 8f9586f867fdb2fd9c0649d22ff23431f67433cf # Parent e2b69d7cd68adf7c8b11af070a95dd2ad5aec2f6 updated perl-test-compile (1.3.0 -> 2.4.0) diff -r e2b69d7cd68a -r 8f9586f867fd perl-test-compile/receipt --- a/perl-test-compile/receipt Tue Mar 31 16:58:52 2020 +0100 +++ b/perl-test-compile/receipt Tue Mar 31 17:03:59 2020 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="perl-test-compile" -VERSION="1.3.0" +VERSION="2.4.0" CATEGORY="development" -SHORT_DESC="Test::Compile module is a Perl extension." +SHORT_DESC="Perl extension Test::Compile." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" +WEB_SITE="https://metacpan.org/release/Test-Compile" + +SOURCE="Test-Compile" +TARBALL="$SOURCE-v$VERSION.tar.gz" +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" + DEPENDS="perl-universal-require" BUILD_DEPENDS="$DEPENDS" -SOURCE="Test-Compile" -TARBALL="$SOURCE-v$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="https://cpan.metacpan.org/authors/id/E/EG/EGILES/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }