wok-next annotate perl-xml-twig/receipt @ rev 20204

libjreen: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 22:50:48 2017 +0100 (2017-11-03)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
slaxemulator@9301 1 # SliTaz package receipt.
slaxemulator@9301 2
slaxemulator@9301 3 PACKAGE="perl-xml-twig"
al@19709 4 VERSION="3.52"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="XML::Twig - A perl module for processing huge XML documents in \
al@19709 7 tree mode"
slaxemulator@9301 8 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/XML-Twig"
al@19709 11
al@19709 12 TARBALL="XML-Twig-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIROD/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-xml-parser"
al@19709 16 BUILD_DEPENDS="$DEPENDS"
slaxemulator@9301 17
slaxemulator@9301 18 # Rules to configure and make the package.
slaxemulator@9301 19 compile_rules()
slaxemulator@9301 20 {
slaxemulator@9301 21 perl Makefile.PL -y &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
slaxemulator@9301 25 }
slaxemulator@9301 26
slaxemulator@9301 27 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9301 28 genpkg_rules()
slaxemulator@9301 29 {
al@19709 30 copy @std
slaxemulator@9301 31 }