[arch-commits] Commit in perl-xml-xpath/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Aug 26 13:38:53 UTC 2017
Date: Saturday, August 26, 2017 @ 13:38:52
Author: foutrelis
Revision: 254011
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 254010, perl-xml-xpath/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-xml-xpath/repos/community-staging-any/PKGBUILD (from rev 254010, perl-xml-xpath/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-08-26 13:38:52 UTC (rev 254011)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.40
+pkgrel=3
+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