# HG changeset patch # User Hans-G?nter Theisgen # Date 1585719469 -3600 # Node ID 70911f2fdba9ee0a1000dc6556bf64344aeda00f # Parent 7cae9edc1c2e77c1a5a4dcfd159d520dc343d37b updated perl-text-template (1.44 -> 1.58) diff -r 7cae9edc1c2e -r 70911f2fdba9 perl-text-template/receipt --- a/perl-text-template/receipt Wed Apr 01 06:31:28 2020 +0100 +++ b/perl-text-template/receipt Wed Apr 01 06:37:49 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="perl-text-template" -VERSION="1.44" +VERSION="1.58" CATEGORY="development" -SHORT_DESC="Text::Template module is a Perl extension." +SHORT_DESC="Perl extension Text::Template." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://metacpan.org/release/Text-Template" + SOURCE="Text-Template" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.cpan.org/modules/" -WGET_URL="http://perl.plover.com/Template/$TARBALL" +WGET_URL="https://www.cpan.org/modules/by-module/Text/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -27,6 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -