summaryrefslogtreecommitdiff
path: root/community/clusterssh
diff options
context:
space:
mode:
Diffstat (limited to 'community/clusterssh')
-rw-r--r--community/clusterssh/ChangeLog3
-rw-r--r--community/clusterssh/PKGBUILD28
2 files changed, 0 insertions, 31 deletions
diff --git a/community/clusterssh/ChangeLog b/community/clusterssh/ChangeLog
deleted file mode 100644
index f0d985454..000000000
--- a/community/clusterssh/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2009-12-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Package moved to [community]
- * version 3.28 - 39 votes in AUR
diff --git a/community/clusterssh/PKGBUILD b/community/clusterssh/PKGBUILD
deleted file mode 100644
index c457b6e6b..000000000
--- a/community/clusterssh/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 67467 2012-03-11 21:44:43Z lcarlier $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Macfly <mmacfly@gmail.com>
-# Contributor: Duncan Ferguson <duncan_ferguson@users.sourceforge.net>
-
-pkgname=clusterssh
-pkgver=3.28
-pkgrel=3
-pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console."
-arch=('i686' 'x86_64' 'mips64el')
-url="http://clusterssh.sourceforge.net/"
-license=('GPL')
-depends=('perl-tk' 'perl-x11-protocol' 'xterm')
-source=(http://downloads.sourceforge.net/project/$pkgname/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('11e012329d2c62e1f7b17f3ac517769a')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}