wok-6.x diff perl-smtp-ssl/receipt @ rev 25508
Up memtest (6.10)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 12 10:26:56 2023 +0000 (22 months ago) |
parents | ca4a422cce07 |
children |
line diff
1.1 --- a/perl-smtp-ssl/receipt Fri Sep 17 14:12:38 2021 +0000 1.2 +++ b/perl-smtp-ssl/receipt Sun Feb 12 10:26:56 2023 +0000 1.3 @@ -1,17 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-smtp-ssl" 1.7 -VERSION="1.01" 1.8 +VERSION="1.04" 1.9 CATEGORY="development" 1.10 SHORT_DESC="SSL support for Net::SMTP." 1.11 MAINTAINER="rocky@slitaz.org" 1.12 LICENSE="GPL" 1.13 -DEPENDS="perl perl-io-socket-ssl perl-net-ssleay perl-mime-base64 perl-authen-sasl" 1.14 -BUILD_DEPENDS="perl" 1.15 +WEB_SITE="https://metacpan.org/pod/Net::SMTP::SSL" 1.16 +REPOLOGY="perl:net-smtp-ssl" 1.17 + 1.18 SOURCE="Net-SMTP-SSL" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WEB_SITE="https://metacpan.org/dist/Net-SMTP-SSL" 1.21 -WGET_URL="https://metacpan.org/CPAN/authors/id/C/CW/CWEST/$TARBALL" 1.22 +WGET_URL="https://www.cpan.org/modules/by-module/Net/$TARBALL" 1.23 + 1.24 +DEPENDS="perl perl-authen-sasl perl-io-socket-ssl perl-mime-base64 perl-net-ssleay" 1.25 +BUILD_DEPENDS="perl" 1.26 1.27 current_version() 1.28 { 1.29 @@ -22,15 +25,13 @@ 1.30 # Rules to configure and make the package. 1.31 compile_rules() 1.32 { 1.33 - cd $src 1.34 yes n | perl Makefile.PL && 1.35 make && 1.36 - make DESTDIR=$DESTDIR install 1.37 + make install DESTDIR=$DESTDIR 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg. 1.41 genpkg_rules() 1.42 { 1.43 - mkdir -p $fs/usr 1.44 - cp -a $install/usr/lib $fs/usr 1.45 + cook_copy_folders lib 1.46 }