wok-next diff perl-test-pod/receipt @ rev 20430
fake-sane: fix copy-paste typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 13:29:11 2018 +0200 (2018-01-24) |
parents | 91a99d774072 |
children | 0e7893ac206d |
line diff
1.1 --- a/perl-test-pod/receipt Tue Feb 07 19:04:50 2017 +0200 1.2 +++ b/perl-test-pod/receipt Wed Jan 24 13:29:11 2018 +0200 1.3 @@ -2,11 +2,11 @@ 1.4 1.5 PACKAGE="perl-test-pod" 1.6 VERSION="1.51" 1.7 -CATEGORY="development" 1.8 -SHORT_DESC="Test::Pod module is a Perl extension." 1.9 +CATEGORY="perl" 1.10 +SHORT_DESC="Test::Pod - check for POD errors in files" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="http://www.cpan.org/modules/" 1.14 +WEB_SITE="https://metacpan.org/release/Test-Pod" 1.15 1.16 TARBALL="Test-Pod-$VERSION.tar.gz" 1.17 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 1.18 @@ -18,13 +18,13 @@ 1.19 compile_rules() 1.20 { 1.21 perl Makefile.PL && 1.22 - make && 1.23 - make DESTDIR=$DESTDIR install 1.24 + make && make DESTDIR=$install install && 1.25 + 1.26 + chmod -R u+w $install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr 1.33 - cp -a $install/usr/lib $fs/usr 1.34 + copy @std 1.35 }