# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-office/kbudget/kbudget-0.5.ebuild,v 1.1 2003/11/14 14:54:59 caleb Exp $ inherit kde need-kde 3.2 newdepend ">=app-office/koffice-1.3" S=${WORKDIR}/${P} DESCRIPTION="A basic budgeting and money management program for KDE." SRC_URI="http://orzel.freehackers.org/download/${P}.tar.bz2" HOMEPAGE="http://orzel.freehackers.org/opale" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc ~sparc" src_compile() { ./configure --with-kde-dir=/usr/kde/3.2 --prefix=/usr/kde/3.2 --enable-debug --with-koffice-includes=/usr/include --with-koffice-libs=/usr/lib || die emake all || die }