wok diff perl-test-pod-coverage/receipt @ rev 19745
xfce-utils: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 17:55:27 2017 +0100 (2017-02-18) |
parents | 0b50af37e929 |
children | 20661c276bcf |
line diff
1.1 --- a/perl-test-pod-coverage/receipt Thu Mar 01 11:19:11 2012 +0100 1.2 +++ b/perl-test-pod-coverage/receipt Sat Feb 18 17:55:27 2017 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Test::Pod::Coverage module is a Perl extension." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl" 1.9 BUILD_DEPENDS="perl" 1.10 SOURCE="Test-Pod-Coverage" 1.11 @@ -18,12 +19,12 @@ 1.12 cd $src 1.13 perl Makefile.PL && 1.14 make && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/lib $fs/usr 1.24 + cp -a $install/usr/lib $fs/usr 1.25 }