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

Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 02:23:02 2017 +0300 (2017-05-11)
parents 2d12ebd38be4
children d5f32bb29d5a
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-html-tree"
4 VERSION="5.05"
5 CATEGORY="perl"
6 SHORT_DESC="HTML::Tree - build and scan parse-trees of HTML"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/HTML-Tree"
11 TARBALL="HTML-Tree-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
14 DEPENDS="perl-html-parser perl-html-tagset"
15 BUILD_DEPENDS="$DEPENDS perl-module-build perl-test-fatal \
16 perl-libwww-perl" # + perl-html-formatter
17 # BDEP loop: 'perl-html-tree' needs 'perl-html-formatter' needs 'perl-html-tree'
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Build.PL &&
23 ./Build && ./Build install --destdir $install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }