# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 MY_P="${PN}-plugin-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Xfce4 panel i8k fan/temperature monitor plugin" HOMEPAGE="http://www.xfce.org/" SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.0.6 app-laptop/i8kutils xfce-base/xfce4" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die dodoc AUTHORS INSTALL README }