wok-next view perl-xml-sax-writer/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="XML-SAX-Writer"
4 PACKAGE="perl-xml-sax-writer"
5 VERSION="0.57"
6 AUTHOR="PERIGRIN"
7 CATEGORY="perl"
8 SHORT_DESC="XML::SAX::Writer - SAX2 XML Writer"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl-xml-filter-buffertext perl-xml-namespacesupport \
19 perl-xml-sax-base"
20 BUILD_DEPENDS="$DEPENDS_std"
22 compile_rules() {
23 cook_perl
24 }