wok diff perl-text-glob/receipt @ rev 22854
updated glm (0.9.9.3 -> 0.9.9.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 20 13:34:48 2020 +0100 (2020-02-20) |
parents | 20661c276bcf |
children | 15650f5d595b |
line diff
1.1 --- a/perl-text-glob/receipt Sun Jan 27 17:42:10 2019 +0100 1.2 +++ b/perl-text-glob/receipt Thu Feb 20 13:34:48 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-text-glob" 1.7 -VERSION="0.08" 1.8 +VERSION="0.11" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Match globbing patterns against text." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -10,13 +10,12 @@ 1.13 BUILD_DEPENDS="perl" 1.14 SOURCE="Text-Glob" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://metacpan.org/~RCLAMP/Text-Glob" 1.17 -WGET_URL="http://www.cpan.org/authors/id/R/RC/RCLAMP/$TARBALL" 1.18 +WEB_SITE="https://metacpan.org/release/Text-Glob" 1.19 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 perl Makefile.PL && 1.26 make && 1.27 make install DESTDIR="$DESTDIR" 1.28 @@ -28,4 +27,3 @@ 1.29 mkdir -p $fs/usr 1.30 cp -a $install/usr/lib $fs/usr 1.31 } 1.32 -