[arch-commits] Commit in perl-poe-component-client-http/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat Aug 26 18:04:35 UTC 2017


    Date: Saturday, August 26, 2017 @ 18:04:34
  Author: felixonmars
Revision: 254273

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-client-http/repos/community-staging-any/
  perl-poe-component-client-http/repos/community-staging-any/PKGBUILD
    (from rev 254270, perl-poe-component-client-http/trunk/PKGBUILD)

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

Copied: perl-poe-component-client-http/repos/community-staging-any/PKGBUILD (from rev 254270, perl-poe-component-client-http/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 18:04:34 UTC (rev 254273)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-poe-component-client-http
+pkgver=0.949
+pkgrel=3
+pkgdesc="Perl/CPAN Module POE::Component::Client::HTTP : nonblockingparallel web requests engine"
+arch=(any)
+url="http://search.cpan.org/dist/POE-Component-Client-HTTP"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-uri" "perl-poe-component-client-keepalive"   "perl-poe" )
+depends=("perl-uri" "perl-poe-component-client-keepalive"  "perl-poe" )
+source=("http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-$pkgver.tar.gz")
+md5sums=('b3a5bce9f7dea9fc5e321c8ed3efc9ee')
+
+build() {
+  cd "$srcdir"/POE-Component-Client-HTTP-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-Client-HTTP-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list