wok-current rev 23365
updated perl-mail-sendmail (0.79 -> 0.80)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 11:21:06 2020 +0100 (2020-03-31) |
parents | 856133701cb2 |
children | e2f68a0ae086 |
files | perl-mail-sendmail/receipt |
line diff
1.1 --- a/perl-mail-sendmail/receipt Tue Mar 31 11:15:57 2020 +0100 1.2 +++ b/perl-mail-sendmail/receipt Tue Mar 31 11:21:06 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-mail-sendmail" 1.7 -VERSION="0.79" 1.8 +VERSION="0.80" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Mail::Sendmail module is a Perl extension." 1.11 +SHORT_DESC="Perl extension Mail::Sendmail." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://metacpan.org/release/Mail-Sendmail" 1.15 + 1.16 SOURCE="Mail-Sendmail" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://cpan.org/" 1.19 -WGET_URL="http://cpan.org/authors/id/M/MI/MIVKOVIC/$TARBALL" 1.20 +WGET_URL="https://www.cpan.org/modules/by-module/Mail/$TARBALL" 1.21 1.22 DEPENDS="perl" 1.23 BUILD_DEPENDS="perl" 1.24 @@ -17,8 +18,8 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - perl Makefile.PL 1.29 - make 1.30 + perl Makefile.PL && 1.31 + make && 1.32 make DESTDIR=$DESTDIR install 1.33 } 1.34 1.35 @@ -26,6 +27,5 @@ 1.36 genpkg_rules() 1.37 { 1.38 mkdir -p $fs/usr 1.39 - cp -a $install/usr/lib $fs/usr 1.40 + cp -a $install/usr/lib $fs/usr 1.41 } 1.42 -