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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 11:44:14 UTC 2017


    Date: Saturday, August 26, 2017 @ 11:44:13
  Author: foutrelis
Revision: 253885

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-io-bufferedselect/repos/community-staging-any/PKGBUILD (from rev 253884, perl-io-bufferedselect/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 11:44:13 UTC (rev 253885)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-io-bufferedselect
+pkgver=1.0
+pkgrel=6
+pkgdesc='Line-buffered select interface'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/IO-BufferedSelect
+source=("http://search.cpan.org/CPAN/authors/id/A/AF/AFN/IO-BufferedSelect-$pkgver.tar.gz")
+md5sums=(1c6013480c2acf855312c9a184816857)
+sha512sums=(30bc0ebb5f62c6261938780eaf9eaa9aba2ec9ee3453c35b87614797e74399fbce9cc3aea5742078069e8131ba31ffb5ff5cafed1147b66c8f98b92b40652fc3)
+_ddir=IO-BufferedSelect
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list