[arch-commits] Commit in perl-mozilla-ca/repos/extra-any (PKGBUILD PKGBUILD)

Justin Davis juster at archlinux.org
Tue May 15 16:40:38 UTC 2012


    Date: Tuesday, May 15, 2012 @ 12:40:38
  Author: juster
Revision: 159101

archrelease: copy trunk to extra-any

Added:
  perl-mozilla-ca/repos/extra-any/PKGBUILD
    (from rev 159100, perl-mozilla-ca/trunk/PKGBUILD)
Deleted:
  perl-mozilla-ca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-15 16:40:30 UTC (rev 159100)
+++ PKGBUILD	2012-05-15 16:40:38 UTC (rev 159101)
@@ -1,48 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-mozilla-ca
-pkgver=20120118
-pkgrel=1
-pkgdesc="Mozilla's CA cert bundle in PEM format"
-arch=(any)
-license=(GPL2 LGPL2.1)
-options=(!emptydirs)
-depends=('perl>=5.006')
-url=https://metacpan.org/release/Mozilla-CA
-source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-${pkgver}.tar.gz")
-md5sums=(e1c650d25303bf3d59a6502efd002b06)
-sha512sums=(89f50f39ff6fe4eda33a659530fd3383ccc46bc05a4827bc8701557f645f7148bfbcc4bed890f1f1f903c3214dceb017e1d7e8df6c45d51e4d1f327b68b3b065)
-_distdir="${srcdir}/Mozilla-CA-${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 "$_distdir"
-    /usr/bin/perl Makefile.PL
-    make
-)
-
-check()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "$_distdir"
-    make test
-)
-
-package() {
-    cd "$_distdir"
-    make DESTDIR="$pkgdir" install
-    find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mozilla-ca/repos/extra-any/PKGBUILD (from rev 159100, perl-mozilla-ca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-05-15 16:40:38 UTC (rev 159101)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis (juster) <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-mozilla-ca
+pkgver=20120309
+pkgrel=1
+pkgdesc="Mozilla's CA cert bundle in PEM format"
+arch=(any)
+license=(GPL2 LGPL2.1)
+options=(!emptydirs)
+depends=('perl>=5.006')
+url=https://metacpan.org/release/Mozilla-CA
+source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz")
+md5sums=(f7fba6902335c5e068e3a576e4dce9ef)
+sha512sums=(fd2c5844bc20d2b9a7669b9905e520c0aaaffae5deac95018e4da36647822aad4d3c711c222bf16dc62c0780cf4ef76a89d208e8bd7dce36de864f9453ea64db)
+_dir="$srcdir/Mozilla-CA-$pkgver"
+
+build()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$_dir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$_dir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# 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