summaryrefslogtreecommitdiffstats
path: root/base/p5-xml-parser/Pkgfile
blob: 5586696927539fb551d8c5ccd4da95709a63964e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Perl extension interface to James Clark's XML parser
# URL: http://search.cpan.org/~msergeant/XML-Parser-2.36/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: expat

name=p5-xml-parser
version=2.36
release=1
source=( http://cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-$version.tar.gz)


build() {
	cd XML-Parser-$version
        perl Makefile.PL
	make OPTIMIZE="$CFLAGS"
	make DESTDIR=$PKG install
	find $PKG -name .packlist -o -name perllocal.pod -exec rm �'{}' \; 
}