wok diff perl-config-tiny/receipt @ rev 24020

linld: fix iso9660/64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:15:05 2021 +0000 (2021-03-06)
parents 20661c276bcf
children 15650f5d595b
line diff
     1.1 --- a/perl-config-tiny/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/perl-config-tiny/receipt	Sat Mar 06 18:15:05 2021 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-config-tiny"
     1.7 -VERSION="2.22"
     1.8 +VERSION="2.24"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Config::Tiny module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension Config::Tiny."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://metacpan.org/release/Config-Tiny"
    1.15 +
    1.16  SOURCE="Config-Tiny"
    1.17  TARBALL="$SOURCE-$VERSION.tgz"
    1.18 -WEB_SITE="http://cpan.org/"
    1.19 -WGET_URL="https://metacpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Config/$TARBALL"
    1.21  
    1.22  DEPENDS="perl"
    1.23  BUILD_DEPENDS="perl"
    1.24 @@ -26,5 +27,5 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr
    1.28 -	cp -a $install/usr/lib $fs/usr
    1.29 +	cp -a $install/usr/lib	$fs/usr
    1.30  }