[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Fri Dec 22 05:55:28 UTC 2017


    Date: Friday, December 22, 2017 @ 05:55:27
  Author: felixonmars
Revision: 313517

addpkg: perl-list-moreutils-xs 0.428-1

Added:
  perl-list-moreutils-xs/
  perl-list-moreutils-xs/repos/
  perl-list-moreutils-xs/trunk/
  perl-list-moreutils-xs/trunk/PKGBUILD

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

Added: perl-list-moreutils-xs/trunk/PKGBUILD
===================================================================
--- perl-list-moreutils-xs/trunk/PKGBUILD	                        (rev 0)
+++ perl-list-moreutils-xs/trunk/PKGBUILD	2017-12-22 05:55:27 UTC (rev 313517)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils-xs
+pkgver=0.428
+pkgrel=1
+pkgdesc="Provide the stuff missing in List::Util"
+url='http://search.cpan.org/dist/List-MoreUtils-XS'
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-XS-${pkgver}.tar.gz")
+sha512sums=('a608568e3c4a2e160e4f9afa26640be5b97ec83e301a6b81849e37951698b9423c0a969d7e8797a49b4fb6c5123780630a3726c64713922b90b21b947682c3dd')
+
+build() {
+  cd "${srcdir}/List-MoreUtils-XS-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/List-MoreUtils-XS-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/List-MoreUtils-XS-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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



More information about the arch-commits mailing list