# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 MY_P=${P/-/} S="${WORKDIR}/${MY_P}" DESCRIPTION="Plugin that prints the current clock speed for Gkrellm" SRC_URI="http://anchois.free.fr/${MY_P}.tar.gz" HOMEPAGE="http://anchois.free.fr" LICENSE="GPL-2" DEPEND="=app-admin/gkrellm-2*" RDEPEND="${DEPEND}" KEYWORDS="x86" SLOT="0" src_compile() { ./build || die } src_install () { insinto /usr/lib/gkrellm2/plugins doins gkx86info.so dodoc CHANGES COPYING README }