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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 12:09:14 UTC 2019


    Date: Saturday, May 25, 2019 @ 12:09:13
  Author: foutrelis
Revision: 470635

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 470634, perl-poe-component-client-http/trunk/PKGBUILD)

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

Copied: perl-poe-component-client-http/repos/community-staging-any/PKGBUILD (from rev 470634, perl-poe-component-client-http/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 12:09:13 UTC (rev 470635)
@@ -0,0 +1,27 @@
+# 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=5
+pkgdesc="Perl/CPAN Module POE::Component::Client::HTTP : nonblockingparallel web requests engine"
+arch=(any)
+url="https://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