[arch-commits] Commit in perl-list-allutils/repos (2 files)

Sergej Pupykin spupykin at archlinux.org
Fri Feb 13 16:00:24 UTC 2015


    Date: Friday, February 13, 2015 @ 17:00:24
  Author: spupykin
Revision: 127672

archrelease: copy trunk to community-any

Added:
  perl-list-allutils/repos/community-any/
  perl-list-allutils/repos/community-any/PKGBUILD
    (from rev 127671, perl-list-allutils/trunk/PKGBUILD)

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

Copied: perl-list-allutils/repos/community-any/PKGBUILD (from rev 127671, perl-list-allutils/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-02-13 16:00:24 UTC (rev 127672)
@@ -0,0 +1,38 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-allutils
+pkgver=0.09
+pkgrel=1
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one bite-sized package'
+arch=('any')
+url='http://search.cpan.org/dist/List-AllUtils'
+license=('Artistic2.0')
+depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28')
+checkdepends=('perl-test-warnings')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz)
+options=(!emptydirs)
+md5sums=('3e2dfeeef80c4e1952443c6b7d48583c')
+
+build() {
+	cd List-AllUtils-0.09
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+	/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+	make
+}
+
+check() {
+	cd List-AllUtils-0.09
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	export PERL_MM_USE_DEFAULT=1
+	make test
+}
+
+package() {
+	cd List-AllUtils-0.09
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	make install DESTDIR="$pkgdir"
+	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list