wok rev 23325

updated perl-extutils-makemaker (7.34 -> 7.44)
author Hans-G?nter Theisgen
date Mon Mar 30 17:08:23 2020 +0100 (2020-03-30)
parents cd91da7e97d5
children 4baa8156f3f2
files perl-extutils-makemaker/receipt
line diff
     1.1 --- a/perl-extutils-makemaker/receipt	Mon Mar 30 17:02:48 2020 +0100
     1.2 +++ b/perl-extutils-makemaker/receipt	Mon Mar 30 17:08:23 2020 +0100
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-extutils-makemaker"
     1.7 -VERSION="7.34"
     1.8 +VERSION="7.44"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="ExtUtils::MakeMaker module updates a Perl built-in extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="https://metacpan.org/release/ExtUtils-MakeMaker"
    1.14 +
    1.15 +SOURCE="ExtUtils-MakeMaker"
    1.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://www.cpan.org/modules/by-module/ExtUtils/$TARBALL"
    1.18 +
    1.19  DEPENDS="perl"
    1.20  BUILD_DEPENDS="perl"
    1.21 -SOURCE="ExtUtils-MakeMaker"
    1.22 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.23 -WEB_SITE="http://cpan.org/"
    1.24 -WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/$TARBALL"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -25,5 +27,5 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/lib $fs/usr
    1.33 +	cp -a $install/usr/lib	$fs/usr
    1.34  }