diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:57:33 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:57:33 +0200 |
commit | df26742f08e5ea7850272b757054a841f3e8d3e5 (patch) | |
tree | e01fda7cb5510310bfe2d792ca6241e57d891234 /extra/p5-xml-parser/Pkgfile | |
parent | 3c43fe8c04b6acb21a1cf527b7e4b7413163793e (diff) | |
download | nutyx-extra-df26742f08e5ea7850272b757054a841f3e8d3e5.tar.gz nutyx-extra-df26742f08e5ea7850272b757054a841f3e8d3e5.tar.bz2 nutyx-extra-df26742f08e5ea7850272b757054a841f3e8d3e5.tar.xz nutyx-extra-df26742f08e5ea7850272b757054a841f3e8d3e5.zip |
p5-xml-parser dans extra
Diffstat (limited to 'extra/p5-xml-parser/Pkgfile')
-rwxr-xr-x | extra/p5-xml-parser/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/p5-xml-parser/Pkgfile b/extra/p5-xml-parser/Pkgfile new file mode 100755 index 000000000..d658303f6 --- /dev/null +++ b/extra/p5-xml-parser/Pkgfile @@ -0,0 +1,19 @@ +# Description: Module perl pour le traitement des documents xml +# URL: http://search.cpan.org/dist/XML-Parser/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=p5-xml-parser +version=2.41 +release=2 +source=(http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/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 '{}' \; +} + |