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