# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde KLV=52869 DESCRIPTION="Make your Kicker (the KDE main panel) rock with your music." HOMEPAGE="http://www.kde-apps.org/content/show.php?content=52869" SRC_URI="http://www.kde-apps.org/CONTENT/content-files/${KLV}-${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" need-kde 3.2 S=${WORKDIR}/${PN} src_unpack() { unpack ${A} } src_compile() { ./configure --prefix=$(kde-config --prefix) if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then emake || die "emake failed" fi }