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

Up: gperf, expat, inetutils (added), perl-xml-parser, intltool, autoconf, automake.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 23 15:07:51 2016 +0200 (2016-12-23)
parents ebd13d88e221
children 1a86cb99cbbf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-parser"
4 VERSION="2.44"
5 CATEGORY="development"
6 SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://github.com/chorny/XML-Parser"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-$VERSION.tar.gz"
15 DEPENDS="perl expat"
16 BUILD_DEPENDS="perl expat-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_folders lib
30 }