# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gkrellm-plugin DESCRIPTION="Binary clock for GKrellM1/2" HOMEPAGE="http://www.kagami.org/gkbinclock/" SRC_URI="http://www.kagami.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-admin/gkrellm" RDEPEND="${DEPEND}" src_compile() { emake ${PN}.2.so || die "emake failed" } src_install() { PLUGIN_SO=${PN}.2.so gkrellm-plugin_src_install }