wok diff perl-test-compile/receipt @ rev 25040
cups-filters: use standard c++14
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 27 07:47:27 2022 +0100 (2022-05-27) |
parents | 15650f5d595b |
children | c3a6f662a1c1 |
line diff
1.1 --- a/perl-test-compile/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-test-compile/receipt Fri May 27 07:47:27 2022 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-test-compile" 1.7 -VERSION="2.4.0" 1.8 +VERSION="3.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension Test::Compile." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/Test-Compile" 1.14 +WEB_SITE="https://metacpan.org/pod/Test::Compile" 1.15 +REPOLOGY="perl:test-compile" 1.16 1.17 SOURCE="Test-Compile" 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-universal-require" 1.22 -BUILD_DEPENDS="$DEPENDS" 1.23 +DEPENDS="perl perl-universal-require" 1.24 +BUILD_DEPENDS="perl perl-universal-require" 1.25 1.26 current_version() 1.27 { 1.28 @@ -26,12 +27,11 @@ 1.29 { 1.30 perl Makefile.PL && 1.31 make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + make install DESTDIR=$DESTDIR 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - mkdir -p $fs/usr 1.40 - cp -a $install/usr/lib $fs/usr 1.41 + cook_copy_folders lib 1.42 }