[arch-commits] Commit in (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Dec 18 11:29:24 UTC 2016


    Date: Sunday, December 18, 2016 @ 11:29:23
  Author: jlichtblau
Revision: 200108

perl-x11-protocol-other new dependency of clusterssh

Added:
  perl-x11-protocol-other/
  perl-x11-protocol-other/repos/
  perl-x11-protocol-other/trunk/
  perl-x11-protocol-other/trunk/PKGBUILD

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

Added: perl-x11-protocol-other/trunk/PKGBUILD
===================================================================
--- perl-x11-protocol-other/trunk/PKGBUILD	                        (rev 0)
+++ perl-x11-protocol-other/trunk/PKGBUILD	2016-12-18 11:29:23 UTC (rev 200108)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-x11-protocol-other
+pkgver=29
+pkgrel=1
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=http://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
+
+build() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+    MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+  make install
+}


Property changes on: perl-x11-protocol-other/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list