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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 12:53:47 UTC 2017


    Date: Saturday, August 26, 2017 @ 12:53:46
  Author: foutrelis
Revision: 253988

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-ikc/repos/community-staging-any/
  perl-poe-component-ikc/repos/community-staging-any/PKGBUILD
    (from rev 253987, perl-poe-component-ikc/trunk/PKGBUILD)

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

Copied: perl-poe-component-ikc/repos/community-staging-any/PKGBUILD (from rev 253987, perl-poe-component-ikc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 12:53:46 UTC (rev 253988)
@@ -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-ikc
+pkgver=0.2402
+pkgrel=3
+pkgdesc="Perl/CPAN Module POE::Component::IKC"
+arch=("any")
+url="http://search.cpan.org/dist/POE-Component-IKC/"
+license=("GPL" "PerlArtistic")
+makedepends=("perl-poe")
+depends=("perl-poe")
+source=("http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz")
+md5sums=('dcd9b50f8d323e17f6f33050586b2335')
+
+build() {
+  cd "$srcdir"/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-IKC-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list