wok diff perl-locale-gettext/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-23) |
parents | d1768332cee0 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/perl-locale-gettext/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/perl-locale-gettext/receipt Wed Aug 23 13:34:58 2017 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Permits access from Perl to the gettext() family of functions." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl gettext-base" 1.9 BUILD_DEPENDS="$DEPENDS" 1.10 SOURCE="gettext" 1.11 @@ -19,14 +20,14 @@ 1.12 patch -Np1 -i $stuff/compatibility-with-POSIX-module.patch 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 find "$fs" -name perllocal.pod -delete 1.26 find "$fs" -name .packlist -delete 1.27 }