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

New icons for mtpaint
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 30 14:53:07 2007 +0100 (2007-12-30)
parents
children 1b129a8fd309
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-xml-parser"
4 VERSION="2.34"
5 CATEGORY="extra"
6 SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="perl"
9 SOURCE="XML-Parser"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://cpan.org/"
12 WGET_URL="http://cpan.org/authors/id/M/MS/MSERGEANT/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 perl Makefile.PL
19 make
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/lib $fs/usr
28 }