summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/perl_modules/perl-xml-namespacesupport/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/perl_modules/perl-xml-namespacesupport/PKGBUILD')
-rw-r--r--abs/core-testing/perl_modules/perl-xml-namespacesupport/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/core-testing/perl_modules/perl-xml-namespacesupport/PKGBUILD b/abs/core-testing/perl_modules/perl-xml-namespacesupport/PKGBUILD
new file mode 100644
index 0000000..a0950d8
--- /dev/null
+++ b/abs/core-testing/perl_modules/perl-xml-namespacesupport/PKGBUILD
@@ -0,0 +1,23 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-namespacesupport
+pkgver=1.09
+pkgrel=3
+pkgdesc="Generic namespace helpers (ported from SAX2)"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/~RBERJON/XML-NamespaceSupport"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RB/RBERJON/XML-NamespaceSupport-$pkgver.tar.gz)
+md5sums=('b0867d7b599d8a63ba630fa6227936fe')
+
+build() {
+ cd $startdir/src/XML-NamespaceSupport-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+ make || return 1
+ make install DESTDIR=$startdir/pkg || return 1
+ find $startdir/pkg -name '.packlist' -delete
+ find $startdir/pkg -name '*.pod' -delete
+}