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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:01:45 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:01:44
  Author: foutrelis
Revision: 231912

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-xml-regexp/repos/community-staging-any/PKGBUILD (from rev 231911, perl-xml-regexp/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:01:44 UTC (rev 231912)
@@ -0,0 +1,31 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-regexp
+pkgver=0.04
+pkgrel=3
+pkgdesc="Regular expressions for XML tokens"
+arch=('any')
+url="http://search.cpan.org/dist/XML-RegExp"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-${pkgver}.tar.gz")
+md5sums=('2e38ea2340f2d2eb56bd81c4d739fbe0')
+
+build() {
+  cd  XML-RegExp-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+
+  make
+}
+
+package() {
+  cd  XML-RegExp-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list