summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2004-10-29 07:50:16 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2004-10-29 07:50:16 +0000
commit8a8de97414865f6af3ff95dfd200afa6e734b13b (patch)
tree309a46b1140a7d1089971388432565b9d19282fc /x11-terms/clusterssh/clusterssh-2.17.ebuild
parentstable on ppc gsla: 68851 (Manifest recommit) (diff)
downloadgentoo-2-8a8de97414865f6af3ff95dfd200afa6e734b13b.tar.gz
gentoo-2-8a8de97414865f6af3ff95dfd200afa6e734b13b.tar.bz2
gentoo-2-8a8de97414865f6af3ff95dfd200afa6e734b13b.zip
bump
Diffstat (limited to 'x11-terms/clusterssh/clusterssh-2.17.ebuild')
-rw-r--r--x11-terms/clusterssh/clusterssh-2.17.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-terms/clusterssh/clusterssh-2.17.ebuild b/x11-terms/clusterssh/clusterssh-2.17.ebuild
new file mode 100644
index 000000000000..001a3bddc495
--- /dev/null
+++ b/x11-terms/clusterssh/clusterssh-2.17.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.17.ebuild,v 1.1 2004/10/29 07:50:16 voxus Exp $
+
+DESCRIPTION="Concurrent Multi-Server Terminal Access."
+HOMEPAGE="http://clusterssh.sourceforge.net"
+SRC_URI="mirror://sourceforge/clusterssh/clusterssh_${PV}.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}
+}
+