# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils toolchain-funcs kde DESCRIPTION="Yet Another Kuake (Terminal application)" HOMEPAGE="http://kde-look.org/content/show.php?content=29153" SRC_URI="http://kde-look.org/content/files/29153-${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="x11-terms/xterm ||(kde-base/konsole kde-base/kdebase) arts? kde-base/arts" need-kde 3.4 src_unpack() { kde_src_unpack mv yakuake ${P} } src_compile() { econf || die "Configuration failed" emake || die "Make failed" } src_install() { make install DESTDIR=${D} || die "Install failed" }