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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 11:17:50 UTC 2018


    Date: Wednesday, August 1, 2018 @ 11:17:49
  Author: bluewind
Revision: 366504

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-poe-component-client-keepalive/repos/community-staging-any/PKGBUILD (from rev 366503, perl-poe-component-client-keepalive/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 11:17:49 UTC (rev 366504)
@@ -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-keepalive
+pkgver=0.272
+pkgrel=5
+pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+arch=(any)
+url="http://search.cpan.org/dist/POE-Component-Client-Keepalive"
+license=("GPL" "PerlArtistic")
+depends=("perl-poe-component-client-dns" "perl-poe"
+	"perl-poe-component-resolver" "perl-net-ip-minimal")
+source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz")
+md5sums=('a4e58f1521ed369a342ae5b843d99184')
+
+build() {
+  cd "$srcdir"/POE-Component-Client-Keepalive-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-Client-Keepalive-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list