wok rev 23406

updated perl-text-template (1.44 -> 1.58)
author Hans-G?nter Theisgen
date Wed Apr 01 06:37:49 2020 +0100 (2020-04-01)
parents 7cae9edc1c2e
children cda6d9337705
files perl-text-template/receipt
line diff
     1.1 --- a/perl-text-template/receipt	Wed Apr 01 06:31:28 2020 +0100
     1.2 +++ b/perl-text-template/receipt	Wed Apr 01 06:37:49 2020 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-text-template"
     1.7 -VERSION="1.44"
     1.8 +VERSION="1.58"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Text::Template module is a Perl extension."
    1.11 +SHORT_DESC="Perl extension Text::Template."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://metacpan.org/release/Text-Template"
    1.15 +
    1.16  SOURCE="Text-Template"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.cpan.org/modules/"
    1.19 -WGET_URL="http://perl.plover.com/Template/$TARBALL"
    1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Text/$TARBALL"
    1.21  
    1.22  DEPENDS="perl"
    1.23  BUILD_DEPENDS="perl"
    1.24 @@ -17,7 +18,6 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	perl Makefile.PL &&
    1.30  	make &&
    1.31  	make DESTDIR=$DESTDIR install
    1.32 @@ -27,6 +27,5 @@
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/lib $fs/usr
    1.37 +	cp -a $install/usr/lib	$fs/usr
    1.38  }
    1.39 -