wok diff perl-test-fatal/receipt @ rev 24815

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perl-test-fatal/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-test-fatal/receipt	Wed Mar 23 06:19:41 2022 +0100
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-test-fatal"
     1.7 -VERSION="0.014"
     1.8 +VERSION="0.016"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Test::Fatal is a perl module"
    1.11  MAINTAINER="nneul@neulinger.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/Test-Fatal"
    1.14 +WEB_SITE="https://metacpan.org/pod/Test::Fatal"
    1.15 +REPOLOGY="perl:test-fatal"
    1.16 +
    1.17  SOURCE="Test-Fatal"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="http://www.cpan.org/authors/id/R/RJ/RJBS/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL"
    1.21  
    1.22 -DEPENDS="perl perl-try-tiny perl-test-simple"
    1.23 +DEPENDS="perl perl-test-simple perl-try-tiny"
    1.24  BUILD_DEPENDS="$DEPENDS"
    1.25  
    1.26  current_version()
    1.27 @@ -23,14 +25,13 @@
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32  	perl Makefile.PL &&
    1.33  	make &&
    1.34 -	make DESTDIR=$DESTDIR install
    1.35 +	make install DESTDIR=$DESTDIR
    1.36  }
    1.37  
    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  }