wok diff perl-test-nowarnings/receipt @ rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perl-test-nowarnings/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-test-nowarnings/receipt	Mon May 02 16:22:04 2022 +0000
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-test-nowarnings"
     1.7 -VERSION="1.04"
     1.8 +VERSION="1.06"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Make sure you don't emit any warning while testing"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 -LICENSE="LGPL2.1"
    1.13 -WEB_SITE="https://metacpan.org/release/Test-NoWarnings"
    1.14 +LICENSE="GPL"
    1.15 +WEB_SITE="https://metacpan.org/pod/Test::NoWarnings"
    1.16 +
    1.17  SOURCE="Test-NoWarnings"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://metacpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL"
    1.21  
    1.22 -DEPENDS="perl-test-tester"
    1.23 -BUILD_DEPENDS="perl-test-tester"
    1.24 +DEPENDS="perl perl-test-tester"
    1.25 +BUILD_DEPENDS="perl perl-test-tester"
    1.26  
    1.27  current_version()
    1.28  {
    1.29 @@ -23,7 +24,6 @@
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	cd $src
    1.34  	perl Makefile.PL &&
    1.35  	make &&
    1.36  	make DESTDIR=$DESTDIR install
    1.37 @@ -32,5 +32,5 @@
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	cp -a $install/usr $fs
    1.42 +	cook_copy_folders	lib
    1.43  }