wok-current annotate perl-mime-lite/receipt @ rev 25692
Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 22 16:28:42 2024 +0000 (7 months ago) |
parents | 15650f5d595b |
children |
rev | line source |
---|---|
pascal@14698 | 1 # SliTaz package receipt. |
pascal@14698 | 2 |
pascal@14698 | 3 PACKAGE="perl-mime-lite" |
Hans-G?nter@24239 | 4 VERSION="3.033" |
pascal@14698 | 5 CATEGORY="development" |
Hans-G?nter@23369 | 6 SHORT_DESC="Perl extension MIME::Lite." |
pascal@14698 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
Hans-G?nter@24239 | 9 WEB_SITE="https://metacpan.org/pod/MIME::Lite" |
Hans-G?nter@24239 | 10 REPOLOGY="perl:mime-lite" |
Hans-G?nter@23369 | 11 |
Hans-G?nter@23369 | 12 SOURCE="MIME-Lite" |
Hans-G?nter@23369 | 13 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23369 | 14 WGET_URL="https://www.cpan.org/modules/by-module/MIME/$TARBALL" |
Hans-G?nter@23369 | 15 |
pascal@14698 | 16 DEPENDS="perl perl-mailtools perl-mime-types" |
pascal@14698 | 17 BUILD_DEPENDS="perl perl-mailtools perl-mime-types" |
pascal@14698 | 18 |
pascal@24102 | 19 current_version() |
pascal@24102 | 20 { |
pascal@24102 | 21 wget -O - $WEB_SITE 2>/dev/null | \ |
pascal@24102 | 22 sed '/release-name/!d;s|.*-v*||;s|<.*||;q' |
pascal@24102 | 23 } |
pascal@24102 | 24 |
pascal@14698 | 25 # Rules to configure and make the package. |
pascal@14698 | 26 compile_rules() |
pascal@14698 | 27 { |
pascal@14698 | 28 perl Makefile.PL && |
pascal@14698 | 29 make && |
pascal@14698 | 30 make install DESTDIR=$DESTDIR |
pascal@14698 | 31 } |
pascal@14698 | 32 |
pascal@14698 | 33 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14698 | 34 genpkg_rules() |
pascal@14698 | 35 { |
Hans-G?nter@24239 | 36 cook_copy_folders lib |
pascal@14698 | 37 } |