[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Aug 5 22:16:38 UTC 2013
Date: Tuesday, August 6, 2013 @ 00:16:38
Author: eric
Revision: 95122
archrelease: copy trunk to community-any
Added:
cpanminus/repos/community-any/PKGBUILD
(from rev 95121, cpanminus/trunk/PKGBUILD)
Deleted:
cpanminus/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++-------------------------------------
1 file changed, 30 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-05 22:16:18 UTC (rev 95121)
+++ PKGBUILD 2013-08-05 22:16:38 UTC (rev 95122)
@@ -1,44 +0,0 @@
-# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=cpanminus
-pkgver=1.6008
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-provides=("perl-app-cpanminus=$pkgver")
-url="https://metacpan.org/release/App-cpanminus"
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
-md5sums=('5c0e9008300490529aadff772a45f152')
-
-build()
-(
- cd App-cpanminus-$pkgver
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
- unset PERL5LIB PERL_MM_OPT
- /usr/bin/perl Makefile.PL
- make
-)
-
-check()
-(
- cd App-cpanminus-$pkgver
- export PERL_MM_USE_DEFAULT=1
- unset PERL5LIB
- make test
-)
-
-package()
-(
- cd App-cpanminus-$pkgver
- make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: cpanminus/repos/community-any/PKGBUILD (from rev 95121, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-05 22:16:38 UTC (rev 95122)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=cpanminus
+pkgver=1.6936
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
+md5sums=('cc3495f1797eb762c480c560419f6a1f')
+
+build() {
+ cd App-cpanminus-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd App-cpanminus-$pkgver
+ make test
+}
+
+package() {
+ cd App-cpanminus-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list