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

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-html-tree"
4 VERSION="5.07"
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"
10 REPOLOGY="perl:html-tree"
12 TARBALL="HTML-Tree-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
15 DEPENDS="perl-html-parser perl-html-tagset"
16 BUILD_DEPENDS="$DEPENDS perl-module-build perl-test-fatal perl-html-formatter \
17 perl-libwww-perl"
18 # BDEP loop: 'perl-html-tree' needs 'perl-html-formatter' needs 'perl-html-tree'
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Build.PL &&
24 ./Build && ./Build install --destdir $install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }