wok-next view perl-html-tree/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="HTML-Tree"
4 PACKAGE="perl-html-tree"
5 VERSION="5.07"
6 AUTHOR="KENTNL"
7 CATEGORY="perl"
8 SHORT_DESC="HTML::Tree - build and scan parse-trees of HTML"
9 MAINTAINER="devel@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl-html-parser perl-html-tagset"
19 BUILD_DEPENDS="$DEPENDS_std perl-module-build perl-test-fatal \
20 perl-html-formatter perl-libwww-perl"
21 # BDEP loop: 'perl-html-tree' needs 'perl-html-formatter' needs 'perl-html-tree'
23 compile_rules() {
24 perl Build.PL &&
25 ./Build &&
26 ./Build install --destdir $install &&
28 chmod -R u+w $install
29 }