[arch-commits] Commit in perl-lwp-protocol-https/repos (3 files)

Florian Pritz bluewind at archlinux.org
Thu Oct 6 16:01:35 UTC 2011


    Date: Thursday, October 6, 2011 @ 12:01:34
  Author: bluewind
Revision: 140100

db-move: moved perl-lwp-protocol-https from [testing] to [extra] (any)

Added:
  perl-lwp-protocol-https/repos/extra-any/
  perl-lwp-protocol-https/repos/extra-any/PKGBUILD
    (from rev 140090, perl-lwp-protocol-https/repos/testing-any/PKGBUILD)
Deleted:
  perl-lwp-protocol-https/repos/testing-any/

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

Copied: perl-lwp-protocol-https/repos/extra-any/PKGBUILD (from rev 140090, perl-lwp-protocol-https/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-10-06 16:01:34 UTC (rev 140100)
@@ -0,0 +1,50 @@
+# Maintainer : Justin "juster" Davis <jrcd83 at gmail.com>
+# Generator  : pbjam 0.01
+# $Id$
+
+pkgname=perl-lwp-protocol-https
+pkgver=6.02
+pkgrel=1
+pkgdesc="Provide https support for LWP::UserAgent"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.8' 'perl-io-socket-ssl>=1.38' 'perl-libwww'
+         'perl-mozilla-ca>=20110101' 'perl-net-http')
+url=http://search.cpan.org/dist/LWP-Protocol-https
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-${pkgver}.tar.gz")
+md5sums=(a37185492b15ad5ac13da4aef48bd388)
+sha512sums=(cb65fa49c7a0882344ceefe4374cd50ce2c06fceffcaecc00f309342205a02e729613ed66a9ec5b9c6692f4edbbd04d522c72a2c80fb1718ecc3b8973cb5e10f)
+_distdir="${srcdir}/LWP-Protocol-https-${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:




More information about the arch-commits mailing list