# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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" inherit kde need-kde 3 S=${WORKDIR}/${PN}-0.6.4 src_compile() { local myconf use arts && myconf="${myconf}" || myconf="${myconf} --without-arts" kde_src_compile all }