wok-next annotate perl-html-tree/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 44d2daaccb67
children d5aab818505e
rev   line source
slaxemulator@9296 1 # SliTaz package receipt.
slaxemulator@9296 2
slaxemulator@9296 3 PACKAGE="perl-html-tree"
al@20820 4 VERSION="5.07"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="HTML::Tree - build and scan parse-trees of HTML"
slaxemulator@9296 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/HTML-Tree"
al@20884 10 REPOLOGY="perl:html-tree"
al@19709 11
al@19709 12 TARBALL="HTML-Tree-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-html-parser perl-html-tagset"
al@19710 16 BUILD_DEPENDS="$DEPENDS perl-module-build perl-test-fatal perl-html-formatter \
al@19710 17 perl-libwww-perl"
al@19709 18 # BDEP loop: 'perl-html-tree' needs 'perl-html-formatter' needs 'perl-html-tree'
slaxemulator@9296 19
slaxemulator@9296 20 # Rules to configure and make the package.
slaxemulator@9296 21 compile_rules()
slaxemulator@9296 22 {
al@19709 23 perl Build.PL &&
al@19709 24 ./Build && ./Build install --destdir $install &&
al@19709 25
al@19709 26 chmod -R u+w $install
slaxemulator@9296 27 }
slaxemulator@9296 28
slaxemulator@9296 29 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9296 30 genpkg_rules()
slaxemulator@9296 31 {
al@19709 32 copy @std
slaxemulator@9296 33 }