From 4475726ac1437afeafa6b212688ff913683a9872 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Nov 2009 21:30:29 +0100 Subject: mass add Signed-off-by: Florian Pritz --- clusterssh/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 clusterssh/PKGBUILD (limited to 'clusterssh') diff --git a/clusterssh/PKGBUILD b/clusterssh/PKGBUILD new file mode 100644 index 0000000..61ec8c0 --- /dev/null +++ b/clusterssh/PKGBUILD @@ -0,0 +1,19 @@ +# Contributor: Duncan Ferguson +# Maintainer: Macfly +pkgname=clusterssh +pkgver=3.27 +pkgrel=1 +pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console." +url="http://clusterssh.sourceforge.net/" +license="GPL" +depends=('xterm' 'perl-tk' 'perl-x11-protocol') +arch=('i686' 'x86_64') +source=(http://downloads.sourceforge.net/project/clusterssh/1.%20ClusterSSH%20Series%203/$pkgver/$pkgname-$pkgver.tar.gz) +md5sums=('47c2bf0a69cacdd279663bc75b3e2f63') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR=$pkgdir install +} -- cgit v1.2.3-24-g4f1b