wok diff perl-smtp-ssl/receipt @ rev 20507
updated sweethome3d (4.0 -> 5.7)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 30 16:47:02 2018 +0100 (2018-10-30) |
parents | e681209feb60 |
children | 20661c276bcf |
line diff
1.1 --- a/perl-smtp-ssl/receipt Sun Jan 02 08:22:10 2011 +0000 1.2 +++ b/perl-smtp-ssl/receipt Tue Oct 30 16:47:02 2018 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="SSL support for Net::SMTP." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl perl-io-socket-ssl perl-net-ssleay perl-mime-base64 perl-authen-sasl" 1.9 BUILD_DEPENDS="perl" 1.10 SOURCE="Net-SMTP-SSL" 1.11 @@ -18,12 +19,12 @@ 1.12 cd $src 1.13 yes n | 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 }