[arch-commits] Commit in perl-cpanplus-dist-arch/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Mar 20 20:10:11 UTC 2015
Date: Friday, March 20, 2015 @ 21:10:10
Author: bluewind
Revision: 129643
upgpkg: perl-cpanplus-dist-arch 1.30-1
upstream update
Modified:
perl-cpanplus-dist-arch/trunk/PKGBUILD
----------+
PKGBUILD | 37 +++++++++++++++++--------------------
1 file changed, 17 insertions(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-20 17:59:23 UTC (rev 129642)
+++ PKGBUILD 2015-03-20 20:10:10 UTC (rev 129643)
@@ -1,10 +1,9 @@
-# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
-# $Id$
+# Maintainer: Florian Pritz <bluewind at xinu.at>
pkgname=perl-cpanplus-dist-arch
-pkgver=1.29
+pkgver=1.30
pkgrel=1
-pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
+pkgdesc='CPANPLUS backend for building ArchLinux pacman packages'
arch=(any)
license=(PerlArtistic GPL)
options=(!emptydirs)
@@ -11,33 +10,31 @@
depends=(perl perl-cpanplus)
url=https://metacpan.org/release/CPANPLUS-Dist-Arch
source=("http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz")
-md5sums=('03684e513ed8a1da45b058104acd0c4f')
-sha512sums=('2266d6c813f511dc7706ef5115688a6506d107a639cd15040352011706ab487c42d5e4e3276aec4a727b57d471b31a5034d85c4d6c29b11be63a7062ce6b2356')
-_dir="CPANPLUS-Dist-Arch-$pkgver"
+md5sums=(9335f2404c80692c7ffc859e5d648658)
+sha512sums=(1210fc64f1cb228edd94220f8116f7e8294146bc763b6e18ea5271f1bc18eb48169026b94ee0fa39ff6d8bd66e034882bd7d3a3ea1c34861f1ab434df11a70ff)
+_ddir="CPANPLUS-Dist-Arch-$pkgver"
build()
(
- cd "$srcdir/$_dir"
- export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
- unset PERL5LIB PERL_MB_OPT
- /usr/bin/perl Build.PL
- ./Build
+ cd "$srcdir/$_ddir"
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+ unset PERL5LIB PERL_MM_OPT
+ /usr/bin/perl Makefile.PL
+ make
)
check()
(
- cd "$srcdir/$_dir"
- export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
- unset PERL5LIB PERL_MB_OPT
- ./Build test
+ cd "$srcdir/$_ddir"
+ export PERL_MM_USE_DEFAULT=1
+ unset PERL5LIB
+ make test
)
package()
(
- cd "$srcdir/$_dir"
- export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
- unset PERL5LIB PERL_MB_OPT
- ./Build install installdirs=vendor destdir="$pkgdir"
+ cd "$srcdir/$_ddir"
+ make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
)
More information about the arch-commits
mailing list