wok-next diff perl-test-warnings/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 4e6503d7a19f |
children | f17e1f86f546 |
line diff
1.1 --- a/perl-test-warnings/receipt Thu Jul 12 18:34:58 2018 +0300 1.2 +++ b/perl-test-warnings/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.026" 1.5 CATEGORY="perl" 1.6 SHORT_DESC="Test::Warnings - Test for warnings and the lack of them" 1.7 -MAINTAINER="nneul@neulinger.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL" 1.10 WEB_SITE="https://metacpan.org/release/Test-Warnings" 1.11 REPOLOGY="perl:test-warnings" 1.12 @@ -12,20 +12,17 @@ 1.13 TARBALL="Test-Warnings-$VERSION.tar.gz" 1.14 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 1.15 1.16 -DEPENDS="perl" 1.17 BUILD_DEPENDS="perl" 1.18 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 +compile_rules() { 1.23 perl Makefile.PL && 1.24 - make && make DESTDIR=$install install && 1.25 + make && 1.26 + make DESTDIR=$install install && 1.27 1.28 chmod -R u+w $install 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 +genpkg_rules() { 1.35 copy @std 1.36 + DEPENDS="perl" 1.37 }