[arch-commits] Commit in perl-universal-isa/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Thu Jun 1 09:06:05 UTC 2017
Date: Thursday, June 1, 2017 @ 09:06:04
Author: bluewind
Revision: 231947
archrelease: copy trunk to community-staging-any
Added:
perl-universal-isa/repos/community-staging-any/
perl-universal-isa/repos/community-staging-any/PKGBUILD
(from rev 231946, perl-universal-isa/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-universal-isa/repos/community-staging-any/PKGBUILD (from rev 231946, perl-universal-isa/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-06-01 09:06:04 UTC (rev 231947)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-universal-isa
+pkgver=1.20150614
+pkgrel=2
+pkgdesc="Attempt to recover from people calling UNIVERSAL::isa as a function "
+arch=('any')
+url="http://search.cpan.org/dist/UNIVERSAL-isa"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/UNIVERSAL-isa-$pkgver.tar.gz)
+md5sums=('6c042e531290bcd500f2e02525544ebf')
+
+build() {
+ cd "$srcdir"/UNIVERSAL-isa-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/UNIVERSAL-isa-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list