[arch-commits] Commit in perl-carp-clan/repos (staging-any staging-any/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Aug 1 09:16:48 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:16:47
Author: foutrelis
Revision: 330033
archrelease: copy trunk to staging-any
Added:
perl-carp-clan/repos/staging-any/
perl-carp-clan/repos/staging-any/PKGBUILD
(from rev 330032, perl-carp-clan/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: perl-carp-clan/repos/staging-any/PKGBUILD (from rev 330032, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2018-08-01 09:16:47 UTC (rev 330033)
@@ -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=4
+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