[arch-commits] Commit in perl-anyevent/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Wed May 11 05:05:56 UTC 2016


    Date: Wednesday, May 11, 2016 @ 07:05:56
  Author: fyan
Revision: 267768

archrelease: copy trunk to testing-any

Added:
  perl-anyevent/repos/testing-any/
  perl-anyevent/repos/testing-any/PKGBUILD
    (from rev 267767, perl-anyevent/trunk/PKGBUILD)

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

Copied: perl-anyevent/repos/testing-any/PKGBUILD (from rev 267767, perl-anyevent/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-05-11 05:05:56 UTC (rev 267768)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-anyevent
+pkgver=7.12
+pkgrel=2
+epoch=4
+pkgdesc='The DBI of event loop programming'
+arch=('any')
+url="https://metacpan.org/release/AnyEvent"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+optdepends=('perl-async-interrupt: for fast signal handling'
+            'perl-ev: for the recommended EV event loop backend'
+            'perl-guard: to speed up guards'
+            'perl-json: send or receive JSON with AnyEvent::Handle'
+            'perl-json-xs: send or receive JSON with AnyEvent::Handle'
+            'perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz")
+md5sums=('3c7054fc2c1d93b985d63c13d37d3369')
+
+build() {
+  cd AnyEvent-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-$pkgver
+  make test
+}
+
+package() {
+  cd AnyEvent-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list