diff options
author | root <root@rshg054.dnsready.net> | 2013-10-07 03:11:14 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-07 03:11:14 -0700 |
commit | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (patch) | |
tree | b5f4812b9eb3f353870fe858d46ca76e9ea1f027 /community/clusterssh/PKGBUILD | |
parent | d3bff0fc1a69eb487b5d45b168c018f44a53b223 (diff) |
Mon Oct 7 03:07:04 PDT 2013
Diffstat (limited to 'community/clusterssh/PKGBUILD')
-rw-r--r-- | community/clusterssh/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/clusterssh/PKGBUILD b/community/clusterssh/PKGBUILD deleted file mode 100644 index 29a9eadc7..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') -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 -} |