[arch-commits] Commit in perl-proc-simple/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Nov 16 07:15:57 UTC 2015


    Date: Monday, November 16, 2015 @ 08:15:56
  Author: fyan
Revision: 146907

upgpkg: perl-proc-simple 1.32-1

Modified:
  perl-proc-simple/trunk/PKGBUILD

----------+
 PKGBUILD |   35 ++++++++++-------------------------
 1 file changed, 10 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-16 03:52:03 UTC (rev 146906)
+++ PKGBUILD	2015-11-16 07:15:56 UTC (rev 146907)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-proc-simple
-pkgver=1.31
-pkgrel=3
+pkgver=1.32
+pkgrel=1
 pkgdesc="launch and control background processes"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -12,39 +12,24 @@
 options=('!emptydirs')
 depends=('perl')
 url='http://search.mcpan.org/dist/Proc-Simple'
-source=('http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-1.31.tar.gz')
-sha512sums=('0000011949b9c725f2af18f02bddbcfa1e70edea4be7a1d730ac3dd8a4335e658e4852db1230180fb27ee86144d0b0eb57ac6bb1fbca72952960cd9e0abd3b8a')
+source=("http://search.mcpan.org/CPAN/authors/id/M/MS/MSCHILLI/Proc-Simple-$pkgver.tar.gz")
+sha512sums=('bb054a7ee2ee36abd2e807b24f5a316902008645e940a9ac3248bfbf2d9ef1a7d0797f14143fa96b09481ec6485a340ea2789929e05da07dd487a76780e1502d')
 _distdir="Proc-Simple-$pkgver"
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$srcdir/$_distdir"
-    /usr/bin/perl Makefile.PL
-    make
-  )
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
   cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
+  make test
 }
 
 package() {
   cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+  make install DESTDIR="$pkgdir"
 }
 
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list