[arch-commits] Commit in perl-xml-xpath/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:21:39 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:21:38
Author: bluewind
Revision: 366394
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 366393, perl-xml-xpath/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: perl-xml-xpath/repos/community-staging-any/PKGBUILD (from rev 366393, perl-xml-xpath/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:21:38 UTC (rev 366394)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.42
+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=('addb3668a25ba45b7242bd2ff78a1f704d6edf14')
+
+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