wok-next view perl-html-parser/receipt @ rev 20449

xcb-proto is obsolete -> xorg-xcb-proto
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 14:08:05 2018 +0200 (2018-02-28)
parents dfb3d7f1daed
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-html-parser"
4 VERSION="3.72"
5 CATEGORY="perl"
6 SHORT_DESC="HTML::Parser - HTML parser class"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/HTML-Parser"
11 TARBALL="HTML-Parser-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
14 BUILD_DEPENDS="perl-dev perl-html-tagset"
16 compile_rules() {
17 perl Makefile.PL &&
18 make && make DESTDIR=$install install &&
20 chmod -R u+w $install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="perl-html-tagset"
26 }