wok diff perl-datetime/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 15650f5d595b
children
line diff
     1.1 --- a/perl-datetime/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-datetime/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,20 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-datetime"
     1.7 -VERSION="1.52"
     1.8 +VERSION="1.55"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl extension DateTime."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/DateTime"
    1.14 +WEB_SITE="https://metacpan.org/pod/DateTime"
    1.15 +REPOLOGY="perl:datetime"
    1.16  
    1.17  SOURCE="DateTime"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19  WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL"
    1.20  
    1.21 -DEPENDS="perl perl-class-singleton perl-datetime-locale perl-datetime-timezone 
    1.22 -	perl-exporter-tiny perl-list-moreutils perl-math-round perl-params-validate 
    1.23 -	perl-test-exception perl-test-fatal perl-test-warnings perl-test-simple 
    1.24 +DEPENDS="perl perl-class-singleton perl-datetime-locale
    1.25 +	perl-datetime-timezone perl-exporter-tiny perl-list-moreutils
    1.26 +	perl-math-round perl-params-validate perl-test-exception
    1.27 +	perl-test-fatal perl-test-simple perl-test-warnings
    1.28  	perl-try-tiny"
    1.29  BUILD_DEPENDS="$DEPENDS"
    1.30  
    1.31 @@ -35,6 +37,5 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/lib	$fs/usr
    1.37 +	cook_copy_folders	lib
    1.38  }