summaryrefslogtreecommitdiff
blob: 414d527e0633cd78e88721b8a3d507b4b4e89417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde

KEYWORDS="~x86"

DESCRIPTION="A file manager for KDE focusing on usability."
HOMEPAGE="http://enzosworld.gmxhome.de"
SRC_URI="http://enzosworld.gmxhome.de/download/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
IUSE="kdeenablefinal"

DEPEND="kde-base/kdelibs"
RDEPEND="${DEPEND}"

need-kde 3.4

src_compile() {
	myconf="$(use_enable kdeenablefinal final)"
	kde_src_compile
}