[arch-commits] Commit in perl-xml-namespacesupport/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:17:28 UTC 2018


    Date: Friday, November 9, 2018 @ 23:17:27
  Author: felixonmars
Revision: 338765

archrelease: copy trunk to staging-any

Added:
  perl-xml-namespacesupport/repos/staging-any/
  perl-xml-namespacesupport/repos/staging-any/PKGBUILD
    (from rev 338763, perl-xml-namespacesupport/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: perl-xml-namespacesupport/repos/staging-any/PKGBUILD (from rev 338763, perl-xml-namespacesupport/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-11-09 23:17:27 UTC (rev 338765)
@@ -0,0 +1,30 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-namespacesupport
+pkgver=1.12
+pkgrel=3
+pkgdesc="Generic namespace helpers (ported from SAX2)"
+arch=('any')
+url="http://search.cpan.org/dist/XML-NamespaceSupport"
+license=('GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz")
+md5sums=('a8916c6d095bcf073e1108af02e78c97')
+
+build() {
+  cd XML-NamespaceSupport-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd XML-NamespaceSupport-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list