wok-current diff perl-test-tester/receipt @ rev 20969
updated glances (1.5.1 -> 3.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 05 15:48:10 2019 +0100 (2019-03-05) |
parents | 18c66805dd1a |
children | ca4a422cce07 |
line diff
1.1 --- a/perl-test-tester/receipt Wed Feb 27 10:24:30 2019 +0100 1.2 +++ b/perl-test-tester/receipt Tue Mar 05 15:48:10 2019 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-test-tester" 1.7 -VERSION="0.108" 1.8 +VERSION="0.109" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Ease testing test modules built with Test::Builder" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="http://search.cpan.org/dist/Test-Tester/" 1.14 SOURCE="Test-Tester" 1.15 +WEB_SITE="https://metacpan.org/release/FDALY/$SOURCE-$VERSION" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WGET_URL="http://www.cpan.org/authors/id/F/FD/FDALY/$TARBALL" 1.18 +WGET_URL="https://cpan.metacpan.org/authors/id/F/FD/FDALY/$TARBALL" 1.19 1.20 DEPENDS="perl" 1.21 BUILD_DEPENDS="perl" 1.22 @@ -17,7 +17,6 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 perl Makefile.PL && 1.28 make && 1.29 make DESTDIR=$DESTDIR install