# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="Kicker applet for viewing realtime images of the Sun" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=31311" SRC_URI="http://www.kde-apps.org/content/files/31311-solseek-0.2.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc" IUSE="" DEPEND="" RDEPEND="" need-kde 3 S=${WORKDIR}/${PN} src_install(){ make DESTDIR="${D}" install || die "install failed" }