[arch-commits] Commit in (4 files)

Rémy Oudompheng remy at archlinux.org
Tue Jun 28 20:32:43 UTC 2016


    Date: Tuesday, June 28, 2016 @ 20:32:42
  Author: remy
Revision: 270778

New package perl-autovivification

Added as a dependency of biber.

Added:
  perl-autovivification/
  perl-autovivification/repos/
  perl-autovivification/trunk/
  perl-autovivification/trunk/PKGBUILD

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

Added: perl-autovivification/trunk/PKGBUILD
===================================================================
--- perl-autovivification/trunk/PKGBUILD	                        (rev 0)
+++ perl-autovivification/trunk/PKGBUILD	2016-06-28 20:32:42 UTC (rev 270778)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: Mateusz Krasowski <matkras at gmail.com>
+# Contributor: Luigi ranghetti <ggranga at gmail.com>
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=2
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64' 'armv7h')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz")
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1
+    make test
+}
+
+package() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


Property changes on: perl-autovivification/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list