wok-next annotate perl-html-parser/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 dfb3d7f1daed
children 4e6503d7a19f
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@2241 2
pascal@2241 3 PACKAGE="perl-html-parser"
al@19709 4 VERSION="3.72"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="HTML::Parser - HTML parser class"
pascal@2241 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/HTML-Parser"
al@19709 10
al@19709 11 TARBALL="HTML-Parser-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
al@19709 13
al@20443 14 BUILD_DEPENDS="perl-dev perl-html-tagset"
pascal@2241 15
al@20443 16 compile_rules() {
pascal@2241 17 perl Makefile.PL &&
al@19709 18 make && make DESTDIR=$install install &&
al@19709 19
al@19709 20 chmod -R u+w $install
pascal@2241 21 }
pascal@2241 22
al@20443 23 genpkg_rules() {
al@19709 24 copy @std
al@20443 25 DEPENDS="perl-html-tagset"
pascal@2241 26 }