summaryrefslogtreecommitdiffstats
path: root/extra/p5-xml-parser/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-xml-parser/Pkgfile')
-rwxr-xr-xextra/p5-xml-parser/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/p5-xml-parser/Pkgfile b/extra/p5-xml-parser/Pkgfile
deleted file mode 100755
index 896ce475d..000000000
--- a/extra/p5-xml-parser/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-# Run on: expat
-
-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 '{}' \;
-}
-