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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat May 17 17:25:59 UTC 2014


    Date: Saturday, May 17, 2014 @ 19:25:58
  Author: bpiotrowski
Revision: 111372

archrelease: copy trunk to community-testing-any

Added:
  clusterssh/repos/community-testing-any/
  clusterssh/repos/community-testing-any/PKGBUILD
    (from rev 111371, clusterssh/trunk/PKGBUILD)

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

Copied: clusterssh/repos/community-testing-any/PKGBUILD (from rev 111371, clusterssh/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-05-17 17:25:58 UTC (rev 111372)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Macfly <mmacfly at gmail.com>
+# Contributor: Duncan Ferguson <duncan_ferguson at users.sourceforge.net>
+
+pkgname=clusterssh
+_pkgver=4.02_04
+pkgver=${_pkgver/_/.}
+pkgrel=1
+pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console."
+arch=('any')
+url="http://clusterssh.sourceforge.net/"
+license=('GPL')
+depends=('xterm' 'perl-file-which' 'perl-extutils-makemaker' 'perl-test-differences'
+         'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-trap' 'perl-try-tiny'
+         'perl-tk' 'perl-x11-protocol')
+source=(http://downloads.sourceforge.net/$pkgname/App-ClusterSSH-$_pkgver.tar.gz)
+sha256sums=('a16142261ca83bee871005f9293f4f54da8c24918a6b439cee1f774ed4f0eb5a')
+
+build() {
+  cd App-ClusterSSH-$_pkgver
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd App-ClusterSSH-$_pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list