# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kbfx/kbfx-0.4.9.1.ebuild,v 1.7 2006/10/14 11:09:57 flameeyes Exp $ inherit kde DESCRIPTION="KDE alternative K-Menu" HOMEPAGE="http://www.kbfx.org" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 mirror://gentoo/kde-admindir-3.5.3.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" need-kde 3.3 src_unpack() { kde_src_unpack sed -i "s:\$(LIB_KIO):-L${KDEDIR}/lib -lkio:" kbfxconfigapp/Makefile.am } src_install() { kde_src_install rm -rf "${D}/crystalsvg" }