wok-next annotate perl-xml-parser/receipt @ rev 21103

emacs: depends on emacs-common
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 03 11:21:15 2019 +0200 (2019-01-03)
parents d5aab818505e
children
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@18 2
al@21068 3 ORIGIN="XML-Parser"
pankso@18 4 PACKAGE="perl-xml-parser"
al@19572 5 VERSION="2.44"
al@21068 6 AUTHOR="TODDR"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="XML::Parser - A Perl module for parsing XML documents"
al@21020 9 MAINTAINER="devel@slitaz.org"
pascal@14702 10 LICENSE="GPL"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@20436 12 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/xml-parser.html"
al@21068 13 REPOLOGY="${PACKAGE/-/:}"
al@19572 14
al@21068 15 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19572 17
al@21068 18 DEPENDS_std="perl-libwww-perl expat"
al@21068 19 BUILD_DEPENDS="$DEPENDS_std perl-dev expat-dev"
al@21068 20
al@21068 21 TAGS="LFS"
pankso@18 22
al@20436 23 compile_rules() {
al@21068 24 cook_perl
pankso@18 25 }