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

Felix Yan fyan at archlinux.org
Wed Aug 13 12:25:06 UTC 2014


    Date: Wednesday, August 13, 2014 @ 14:25:06
  Author: fyan
Revision: 219665

archrelease: copy trunk to testing-any

Added:
  perl-lwp-protocol-https/repos/testing-any/
  perl-lwp-protocol-https/repos/testing-any/PKGBUILD
    (from rev 219664, perl-lwp-protocol-https/trunk/PKGBUILD)

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

Copied: perl-lwp-protocol-https/repos/testing-any/PKGBUILD (from rev 219664, perl-lwp-protocol-https/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-08-13 12:25:06 UTC (rev 219665)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-lwp-protocol-https
+pkgver=6.06
+pkgrel=1
+pkgdesc="Provide https support for LWP::UserAgent"
+arch=('any')
+url="https://metacpan.org/release/LWP-Protocol-https"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-io-socket-ssl' 'perl-mozilla-ca' 'perl-net-http' 'perl-libwww')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz")
+md5sums=('06f5dfd33b07f6594a429dbbd5e6a2d1')
+
+build() {
+  cd LWP-Protocol-https-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd LWP-Protocol-https-${pkgver}
+  make test
+}
+
+package() {
+  cd LWP-Protocol-https-${pkgver}
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list