wok view perl-xml-parser/receipt @ rev 19099

libgnome-keyring: add arm support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 03 22:53:34 2016 +0200 (2016-05-03)
parents 2d12ebd38be4
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-parser"
4 VERSION="2.41"
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 DEPENDS="perl expat"
10 BUILD_DEPENDS="perl expat-dev"
11 SOURCE="XML-Parser"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://search.cpan.org/dist/XML-Parser/"
14 WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL"
15 HOST_ARCH="i486 arm"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
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 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }