blob: 89cff732bee63dcc63a36aecaaa8b767147d91f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/smb4k/smb4k-0.2.1.ebuild,v 1.1 2003/08/12 03:16:32 caleb Exp $
DESCRIPTION="Smb4K is a SMB share browser for KDE 3.1.x."
inherit kde-base
need-kde 3.1
HOMEPAGE="http://smb4k.berlios.de/"
SRC_URI="http://download.berlios.de/smb4k/smb4k-0.2.1.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
RDEPEND="sys-libs/zlib"
|