summaryrefslogtreecommitdiffstats
path: root/base/p5-xml-parser/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-27 19:28:08 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-27 19:28:08 +0100
commitb365fcc69f257f93eea668ee6025fafe79fc8c6c (patch)
treeb6057dfff6c0f2e325badbbadadbd1e4acfce7fa /base/p5-xml-parser/Pkgfile
parent1d80b487dbb98f50bce054377b358dc368efa36a (diff)
downloadnutyx-extra-b365fcc69f257f93eea668ee6025fafe79fc8c6c.tar.gz
nutyx-extra-b365fcc69f257f93eea668ee6025fafe79fc8c6c.tar.bz2
nutyx-extra-b365fcc69f257f93eea668ee6025fafe79fc8c6c.tar.xz
nutyx-extra-b365fcc69f257f93eea668ee6025fafe79fc8c6c.zip
p5-xml-parser dans dossier base
Diffstat (limited to 'base/p5-xml-parser/Pkgfile')
-rwxr-xr-xbase/p5-xml-parser/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/p5-xml-parser/Pkgfile b/base/p5-xml-parser/Pkgfile
new file mode 100755
index 000000000..7da4ed5e3
--- /dev/null
+++ b/base/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
+
+name=p5-xml-parser
+version=2.40
+release=1
+source=( http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/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 '{}' \;
+}
+