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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 08:57:03 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:57:01
  Author: foutrelis
Revision: 231862

archrelease: copy trunk to community-staging-any

Added:
  perl-io-pipely/repos/community-staging-any/
  perl-io-pipely/repos/community-staging-any/PKGBUILD
    (from rev 231859, perl-io-pipely/trunk/PKGBUILD)

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

Copied: perl-io-pipely/repos/community-staging-any/PKGBUILD (from rev 231859, perl-io-pipely/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 08:57:01 UTC (rev 231862)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
+
+pkgname=perl-io-pipely
+pkgver=0.005
+pkgrel=2
+pkgdesc="Portably create pipe() or pipe-like handles, one way or another."
+depends=('perl>=5.10.0')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Pipely/"
+options=('!emptydirs')
+arch=(any)
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/IO-Pipely-${pkgver}.tar.gz)
+md5sums=('86781d3e2afe5f142f67ce1fed3b9ed9')
+
+build() {
+  cd "$srcdir"/IO-Pipely-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IO-Pipely-$pkgver
+  make DESTDIR="$pkgdir" install
+  # Remove .packlist and perllocal.pod files.
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name 'perllocal.pod' -delete
+}



More information about the arch-commits mailing list