wok-current diff perl-text-template/receipt @ rev 23539
updated python-pygments (2.2.0 -> 2.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:01:19 2020 +0100 (2020-04-06) |
parents | 7896f0694ef6 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-text-template/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/perl-text-template/receipt Mon Apr 06 17:01:19 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 -