wok-next diff perl-crypt-ssleay/receipt @ rev 17338
Up slitaz-tools-boxes (5.8.12) slitaz-configs-base (5.5.6)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Nov 05 19:46:39 2014 +0100 (2014-11-05) |
parents | f0263c56ea4a |
children | dfb3d7f1daed |
line diff
1.1 --- a/perl-crypt-ssleay/receipt Mon Nov 07 17:10:45 2011 +0100 1.2 +++ b/perl-crypt-ssleay/receipt Wed Nov 05 19:46:39 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Crypt::SSLeay module is a Perl extension." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl" 1.9 BUILD_DEPENDS="perl" 1.10 SOURCE="Crypt-SSLeay" 1.11 @@ -21,13 +22,13 @@ 1.12 cd $src 1.13 yes '' | perl Makefile.PL --default && 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