wok annotate perl-http-cookies/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 15650f5d595b
children b27d8c263cba
rev   line source
erjo@12228 1 # SliTaz package receipt.
erjo@12228 2
erjo@12228 3 PACKAGE="perl-http-cookies"
Hans-G?nter@24218 4 VERSION="6.10"
erjo@12228 5 CATEGORY="development"
Hans-G?nter@23342 6 SHORT_DESC="Perl HTTP cookie jars."
erjo@12228 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@24218 9 WEB_SITE="https://metacpan.org/pod/HTTP::Cookies"
Hans-G?nter@24218 10 REPOLOGY="perl:http-cookies"
Hans-G?nter@23342 11
erjo@12228 12 SOURCE="HTTP-Cookies"
erjo@12228 13 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23342 14 WGET_URL="https://www.cpan.org/modules/by-module/HTTP/$TARBALL"
erjo@12228 15
Hans-G?nter@24218 16 DEPENDS="perl perl-http-date perl-http-message"
Hans-G?nter@24218 17 BUILD_DEPENDS="perl perl-http-date perl-http-message"
erjo@12228 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
erjo@12228 25 # Rules to configure and make the package.
erjo@12228 26 compile_rules()
erjo@12228 27 {
Hans-G?nter@23342 28 perl Makefile.PL &&
Hans-G?nter@23342 29 make &&
Hans-G?nter@24218 30 make install DESTDIR=$DESTDIR
erjo@12228 31 }
erjo@12228 32
erjo@12228 33 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@12228 34 genpkg_rules()
erjo@12228 35 {
Hans-G?nter@24218 36 cook_copy_folders lib
erjo@12228 37 }