# Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde DESCRIPTION="SolSeeK is a Kicker applet for viewing realtime images of the Sun provided by the SOHO satellite and several other sources" HOMEPAGE="http://madpenguin8.pwsp.net/" RESTRICT="nomirror confcache" SRC_URI="${HOMEPAGE}/solseek.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc" IUSE="" DEPEND="" RDEPEND="" need-kde 3 ### # Standard Ebuild-functions ### src_unpack() { einfo "Unpack:" mv ${DISTDIR}/${A} ${DISTDIR}/${P}.tar.bz2 unpack ${P}.tar.bz2 || die mv ${WORKDIR}/${PN} ${WORKDIR}/${P} } src_compile() { einfo "Compile:" local mycnf if !(use arts;) then einfo "...without ARTS" mycnf="${mycnf} --without-arts" fi if !(use xinerama;) then einfo "...without xinerama (?)" #mycnf="${mycnf}" fi econf ${mycnf} make || die } src_install() { einfo "Install:" einstall }