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

Felix Yan felixonmars at archlinux.org
Sat Sep 17 06:32:30 UTC 2016


    Date: Saturday, September 17, 2016 @ 06:32:30
  Author: felixonmars
Revision: 276558

archrelease: copy trunk to testing-any

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

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

Copied: perl-anyevent/repos/testing-any/PKGBUILD (from rev 276557, perl-anyevent/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-09-17 06:32:30 UTC (rev 276558)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-anyevent
+pkgver=7.13
+pkgrel=1
+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=('70eea152cf4686f8f351aa8bc96157f9')
+
+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