wok-next annotate perl-http-cookies/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 1a86cb99cbbf
children 44d2daaccb67
rev   line source
al@20443 1 # SliTaz package receipt v2.
erjo@12228 2
erjo@12228 3 PACKAGE="perl-http-cookies"
al@19709 4 VERSION="6.03"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="HTTP::Cookies - HTTP cookie jars"
erjo@12228 7 MAINTAINER="erjo@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/HTTP-Cookies"
erjo@12228 10
al@19709 11 TARBALL="HTTP-Cookies-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL"
al@19709 13
al@20443 14 BUILD_DEPENDS="perl-http-date perl-http-message"
erjo@12228 15
al@20443 16 compile_rules() {
al@19709 17 perl Makefile.PL &&
al@19709 18 make && make DESTDIR=$install install &&
al@19709 19
al@19709 20 chmod -R u+w $install
erjo@12228 21 }
erjo@12228 22
al@20443 23 genpkg_rules() {
al@19709 24 copy @std
al@20443 25 DEPENDS="$BUILD_DEPENDS"
erjo@12228 26 }