blob: ef572fb628c0a2c22e74dfd6790d318449997eb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.7.ebuild,v 1.1 2003/09/24 19:56:57 mholzer Exp $
inherit kde-base
need-kde 3
S=${WORKDIR}/${P}
LICENSE="GPL-2"
SRC_URI="mirror://sourceforge//kssh/${P}.tar.gz"
HOMEPAGE="http://kssh.sourceforge.net"
DESCRIPTION="KDE 3.x frontend for SSH"
KEYWORDS="~x86 ~sparc ~ppc"
newdepend ">=net-misc/openssh-3.1_p1"
|