# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# x11-plugins/wmcpu
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.12 2005/02/05 16:37:03 kloeri Exp $

IUSE=""
DESCRIPTION="wmcpu is a docking app similar to xosview"
HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/"
SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"

DEPEND="virtual/x11"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

src_install () {
	dodir /usr/bin
	einstall PREFIX=${D}/usr || die "make install failed"
	dodoc COPYING ChangeLog INSTALL README
}
