summaryrefslogtreecommitdiff
blob: d6658cf0689bd38d40a55700e21d6c6b5254070b (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
25
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/filelight/filelight-0.6.4.1-r1.ebuild,v 1.2 2005/01/21 17:25:49 carlo Exp $

inherit kde
need-kde 3

DESCRIPTION="Filelight is a tool to display where the space is used on the harddisk"
HOMEPAGE="http://www.methylblue.com/filelight/"
SRC_URI="http://www.methylblue.com/${PN}/${PN}-0.6.4-1.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
IUSE="arts"

S=${WORKDIR}/${PN}-0.6.4

src_compile() {
	local myconf

	use arts || myconf="${myconf} --without-arts"

	kde_src_compile all
}