[arch-commits] Commit in perl-www-robotrules/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:20:46 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:20:45
  Author: foutrelis
Revision: 297217

archrelease: copy trunk to staging-any

Added:
  perl-www-robotrules/repos/staging-any/
  perl-www-robotrules/repos/staging-any/PKGBUILD
    (from rev 297216, perl-www-robotrules/trunk/PKGBUILD)

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

Copied: perl-www-robotrules/repos/staging-any/PKGBUILD (from rev 297216, perl-www-robotrules/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 11:20:45 UTC (rev 297217)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=perl-www-robotrules
+pkgver=6.02
+pkgrel=3
+pkgdesc="Database of robots.txt-derived permissions"
+arch=('any')
+url="https://metacpan.org/release/WWW-RobotRules"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-uri')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz)
+sha1sums=('e158e6559307878b32d8e4c241bf257c2bc88ebb')
+
+build() {
+  cd "${srcdir}/WWW-RobotRules-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/WWW-RobotRules-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/WWW-RobotRules-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list