Date: Sunday, October 6, 2013 @ 18:14:28
  Author: jlichtblau
Revision: 98137

archrelease: copy trunk to community-any

Added:
  clusterssh/repos/community-any/
  clusterssh/repos/community-any/PKGBUILD
    (from rev 98136, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-any/clusterssh.changelog
    (from rev 98136, clusterssh/trunk/clusterssh.changelog)

----------------------+
 PKGBUILD             |   29 +++++++++++++++++++++++++++++
 clusterssh.changelog |    6 ++++++
 2 files changed, 35 insertions(+)

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 98136, 
clusterssh/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2013-10-06 16:14:28 UTC (rev 98137)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Macfly <[email protected]>
+# Contributor: Duncan Ferguson <[email protected]>
+
+pkgname=clusterssh
+pkgver=3.28
+pkgrel=4
+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=('perl-tk' 'perl-x11-protocol' 'xterm')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/project/$pkgname/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: clusterssh/repos/community-any/clusterssh.changelog (from rev 98136, 
clusterssh/trunk/clusterssh.changelog)
===================================================================
--- community-any/clusterssh.changelog                          (rev 0)
+++ community-any/clusterssh.changelog  2013-10-06 16:14:28 UTC (rev 98137)
@@ -0,0 +1,6 @@
+2013-10-06 Jaroslav Lichtblau <[email protected]>
+       * clusterssh 3.28-4 - changelog properly added, changed to 'any' 
architecture
+
+2009-12-26 Jaroslav Lichtblau <[email protected]>
+       * Package moved to [community]
+       * version 3.28 - 39 votes in AUR

Reply via email to