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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 12:20:15 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:20:15
  Author: foutrelis
Revision: 366745

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 366744, 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 366744, perl-poe-component-client-http/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:20:15 UTC (rev 366745)
@@ -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=4
+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=("https://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-$pkgver.tar.gz")
+sha256sums=('339e86075dbb9e8583c45d4000f1f1256102f4865ae9ec25c90f9d15432b5a14')
+
+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