wok-6.x diff perl-test-mockmodule/receipt @ rev 25102
Use archive.org for some broken wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 21 16:00:20 2022 +0000 (2022-06-21) |
parents | 15650f5d595b |
children |
line diff
1.1 --- a/perl-test-mockmodule/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-test-mockmodule/receipt Tue Jun 21 16:00:20 2022 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-test-mockmodule" 1.7 -VERSION="0.172.0" 1.8 +VERSION="0.177.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension Test::MockModule." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/Test-MockModule" 1.14 +WEB_SITE="https://metacpan.org/pod/Test::MockModule" 1.15 +REPOLOGY="perl:test-mockmodule" 1.16 1.17 SOURCE="Test-MockModule" 1.18 TARBALL="$SOURCE-v$VERSION.tar.gz" 1.19 WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL" 1.20 1.21 -DEPENDS="perl-sub-identify perl-super perl-test-warnings" 1.22 +DEPENDS="perl perl-sub-identify perl-super perl-test-warnings" 1.23 BUILD_DEPENDS="$DEPENDS" 1.24 1.25 current_version() 1.26 @@ -33,6 +34,5 @@ 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - mkdir -p $fs/usr 1.31 - cp -a $install/usr/lib $fs/usr 1.32 + cook_copy_folders lib 1.33 }