blob: 916e3f2d71a8be3a74eb0bd5f2c1f808fc244435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/net-misc/komba2/komba2-0.7.2.ebuild,v 1.8 2002/08/14 12:08:08 murphy Exp $
inherit kde-base || die
need-kde 2.2
DESCRIPTION="Windows(Samba) network administrating tool for KDE"
HOMEPAGE="http://zeus.fh-brandenburg.de/~schwanz/php/komba.php3"
KEYWORDS="x86 sparc sparc64"
LICENSE="GPL-2"
newdepend "$DEPEND >=net-fs/samba-2.2"
SRC_URI="http://zeus.fh-brandenburg.de/~schwanz/files/${P}.tar.gz"
|