wok-next view perl-xml-parser/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents bc6672455954
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-xml-parser"
4 VERSION="2.44"
5 CATEGORY="perl"
6 SHORT_DESC="XML::Parser - A Perl module for parsing XML documents"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/XML-Parser"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/xml-parser.html"
12 TARBALL="XML-Parser-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
15 BUILD_DEPENDS="perl-libwww-perl expat perl-dev expat-dev"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl-libwww-perl expat"
27 TAGS="LFS"
28 }