wok diff perl-text-csv/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | b82d0e04f453 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/perl-text-csv/receipt Sun Jan 09 17:18:37 2011 +0000 1.2 +++ b/perl-text-csv/receipt Thu Aug 15 11:41:58 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Manipulate comma-separated value strings." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl" 1.9 BUILD_DEPENDS="perl" 1.10 SOURCE="Text-CSV" 1.11 @@ -18,14 +19,14 @@ 1.12 cd $src 1.13 PERL_MM_USE_DEFAULT=1 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 1.26 find $fs -name '.packlist' -delete 1.27 find $fs -name '*.pod' -delete