wok-current diff perl-mail-sendmail/receipt @ rev 23855
Up dropbear (2020.79), nagios (4.4.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 16 20:15:47 2020 +0000 (2020-06-16) |
parents | 46fc8daa3b41 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-mail-sendmail/receipt Thu Sep 10 10:00:06 2015 +0200 1.2 +++ b/perl-mail-sendmail/receipt Tue Jun 16 20:15:47 2020 +0000 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 -