wok rev 24254

updated perl-test-compile (2.4.0 -> 3.0.1)
author Hans-G?nter Theisgen
date Sun Jan 02 09:57:13 2022 +0100 (2022-01-02)
parents 3026aad208f2
children 932ab43ca54a
files perl-test-compile/description.txt perl-test-compile/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-test-compile/description.txt	Sun Jan 02 09:57:13 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Test::Compile lets you check the whether your perl modules and scripts
     1.5 +compile properly, results are reported in standard Test::Simple fashion.
     1.6 +
     1.7 +The basic usage will locate your perl files and test that they all compile.
     2.1 --- a/perl-test-compile/receipt	Sun Jan 02 09:54:37 2022 +0100
     2.2 +++ b/perl-test-compile/receipt	Sun Jan 02 09:57:13 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-test-compile"
     2.7 -VERSION="2.4.0"
     2.8 +VERSION="3.0.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Perl extension Test::Compile."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL"
    2.13 -WEB_SITE="https://metacpan.org/release/Test-Compile"
    2.14 +WEB_SITE="https://metacpan.org/pod/Test::Compile"
    2.15 +REPOLOGY="perl:test-compile"
    2.16  
    2.17  SOURCE="Test-Compile"
    2.18  TARBALL="$SOURCE-v$VERSION.tar.gz"
    2.19  WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL"
    2.20  
    2.21 -DEPENDS="perl-universal-require"
    2.22 -BUILD_DEPENDS="$DEPENDS"
    2.23 +DEPENDS="perl perl-universal-require"
    2.24 +BUILD_DEPENDS="perl perl-universal-require"
    2.25  
    2.26  current_version()
    2.27  {
    2.28 @@ -26,12 +27,11 @@
    2.29  {
    2.30  	perl Makefile.PL &&
    2.31  	make &&
    2.32 -	make DESTDIR=$DESTDIR install
    2.33 +	make install DESTDIR=$DESTDIR
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.37  genpkg_rules()
    2.38  {
    2.39 -	mkdir -p $fs/usr
    2.40 -	cp -a $install/usr/lib	$fs/usr
    2.41 +	cook_copy_folders	lib
    2.42  }