[arch-commits] Commit in perl-poe-component-ikc/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 12:28:14 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:28:14
Author: felixonmars
Revision: 366811
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 366807, 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 366807, perl-poe-component-ikc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 12:28:14 UTC (rev 366811)
@@ -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=4
+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=("https://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz")
+sha256sums=('87b8696dce1cfa05a6054b8b7a65e733ae88f2ce52bb981743a250b579d0eab6')
+
+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