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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:19:26 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:19:25
  Author: foutrelis
Revision: 232172

archrelease: copy trunk to community-staging-any

Added:
  perl-xml-xpath/repos/community-staging-any/
  perl-xml-xpath/repos/community-staging-any/PKGBUILD
    (from rev 232171, perl-xml-xpath/trunk/PKGBUILD)

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

Copied: perl-xml-xpath/repos/community-staging-any/PKGBUILD (from rev 232171, perl-xml-xpath/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 11:19:25 UTC (rev 232172)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.40
+pkgrel=2
+pkgdesc="A set of modules for parsing and evaluating XPath statements"
+arch=('any')
+url="https://metacpan.org/release/XML-XPath"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz")
+sha1sums=('a373c9d071a6c675c77320a905053baa5e7a99ff')
+
+build() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+#  make test
+}
+
+package() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list