summaryrefslogtreecommitdiffstats
path: root/extra/p5-xml-parser/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:49:29 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:49:29 +0200
commit603bda32b335700f25f87058aa6f8bd0b8d56c89 (patch)
treeb942ab8b0b2cecd6f7b2b3bc6b66776999a22ffc /extra/p5-xml-parser/Pkgfile
parenta2cef56b537b85d53646c81abbc5dbeffed83200 (diff)
downloadnutyx-pakxe-603bda32b335700f25f87058aa6f8bd0b8d56c89.tar.gz
nutyx-pakxe-603bda32b335700f25f87058aa6f8bd0b8d56c89.tar.bz2
nutyx-pakxe-603bda32b335700f25f87058aa6f8bd0b8d56c89.tar.xz
nutyx-pakxe-603bda32b335700f25f87058aa6f8bd0b8d56c89.zip
Ajout de p5-xml-parser#2.36-1
Diffstat (limited to 'extra/p5-xml-parser/Pkgfile')
-rwxr-xr-xextra/p5-xml-parser/Pkgfile19
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..3ab73adc9
--- /dev/null
+++ b/extra/p5-xml-parser/Pkgfile
@@ -0,0 +1,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: perl, 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 §'{}' \;
+}