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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 1a86cb99cbbf
children 44d2daaccb67
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 perl-html-formatter \
16 perl-libwww-perl"
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 }