[arch-commits] Commit in perl-carp-clan/repos (staging-any staging-any/PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 08:52:38 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:52:33
  Author: bluewind
Revision: 297081

archrelease: copy trunk to staging-any

Added:
  perl-carp-clan/repos/staging-any/
  perl-carp-clan/repos/staging-any/PKGBUILD
    (from rev 297080, perl-carp-clan/trunk/PKGBUILD)

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

Copied: perl-carp-clan/repos/staging-any/PKGBUILD (from rev 297080, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 08:52:33 UTC (rev 297081)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.06
+pkgrel=2
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/$_realname/"
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KE/KENTNL/$_realname-$pkgver.tar.gz")
+md5sums=('c562a35c48f43665fab735cdc7fe3cb2')
+
+build() {
+  cd $_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list