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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:26:38 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:26:37
  Author: foutrelis
Revision: 232188

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-poe/repos/community-staging-any/PKGBUILD (from rev 232186, perl-poe/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 11:26:37 UTC (rev 232188)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-poe
+pkgver=1.367
+pkgrel=2
+pkgdesc="portable multitasking and networking framework for Perl "
+arch=(any)
+url="http://search.cpan.org/dist/POE"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
+md5sums=('9b2e4375152b139e4ab5f7dfb2cc5b15')
+
+build() {
+  cd  "$srcdir"/POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/POE-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list