summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-21 16:27:36 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-21 16:27:36 +0000
commit8bce306510d9338eeb562514b56c5c1bd4e2df60 (patch)
treedda603b88d9cd6fd665379a167a3dc534084516e /x11-terms/clusterssh/clusterssh-2.16.ebuild
parentfix orbit dep (Manifest recommit) (diff)
downloadgentoo-2-8bce306510d9338eeb562514b56c5c1bd4e2df60.tar.gz
gentoo-2-8bce306510d9338eeb562514b56c5c1bd4e2df60.tar.bz2
gentoo-2-8bce306510d9338eeb562514b56c5c1bd4e2df60.zip
closing bug #61156
Diffstat (limited to 'x11-terms/clusterssh/clusterssh-2.16.ebuild')
-rw-r--r--x11-terms/clusterssh/clusterssh-2.16.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-terms/clusterssh/clusterssh-2.16.ebuild b/x11-terms/clusterssh/clusterssh-2.16.ebuild
new file mode 100644
index 000000000000..33b034ac02f2
--- /dev/null
+++ b/x11-terms/clusterssh/clusterssh-2.16.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-2.16.ebuild,v 1.1 2004/08/21 16:27:36 voxus Exp $
+
+DESCRIPTION="Concurrent Multi-Server Terminal Access."
+HOMEPAGE="http://clusterssh.sourceforge.net"
+SRC_URI="mirror://sourceforge/clusterssh/clusterssh_${PV}_Beta.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5.6.1
+ dev-perl/perl-tk
+ dev-perl/Config-Simple"
+
+src_install() {
+ cd ${WORKDIR}
+ dodoc LICENSE
+ dobin {cchp,crsh,cssh}
+}
+