# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="DnD 3.5 Experience Calculator" HOMEPAGE="http://kexpcalc.sourceforge.net" SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/kexpcalc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="debug arts" DEPEND="" RDEPEND="" need-kde 3.5 src_compile() { if ( use arts ) then myconf="--with-arts" else myconf="--without-arts" fi econf ${myconf} || die "Error: econf failed!" emake || die "Error: emake failed!" }