# HG changeset patch # User Hans-G?nter Theisgen # Date 1641113833 -3600 # Node ID 5376bbd5790508fd33712bea5bbb7cd0ecdbc4b9 # Parent 3026aad208f2ad2c0cf4b987fca38ed32975ce74 updated perl-test-compile (2.4.0 -> 3.0.1) diff -r 3026aad208f2 -r 5376bbd57905 perl-test-compile/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-compile/description.txt Sun Jan 02 09:57:13 2022 +0100 @@ -0,0 +1,4 @@ +Test::Compile lets you check the whether your perl modules and scripts +compile properly, results are reported in standard Test::Simple fashion. + +The basic usage will locate your perl files and test that they all compile. diff -r 3026aad208f2 -r 5376bbd57905 perl-test-compile/receipt --- a/perl-test-compile/receipt Sun Jan 02 09:54:37 2022 +0100 +++ b/perl-test-compile/receipt Sun Jan 02 09:57:13 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="perl-test-compile" -VERSION="2.4.0" +VERSION="3.0.1" CATEGORY="development" SHORT_DESC="Perl extension Test::Compile." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Compile" +WEB_SITE="https://metacpan.org/pod/Test::Compile" +REPOLOGY="perl: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" +DEPENDS="perl perl-universal-require" +BUILD_DEPENDS="perl perl-universal-require" current_version() { @@ -26,12 +27,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }