# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Written by Erik Grinaker # $Header: /var/cvsroot/gentoo-x86/x11-misc/gkleds/gkleds-0.6.1.ebuild,v 1.1 2002/05/24 06:27:42 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gkrellm plugin for monitoring keyboard LEDs" SRC_URI="http://www.stud.ifi.uio.no/~oyvinha/gkleds/${P}.tar.gz" HOMEPAGE="http://www.stud.ifi.uio.no/~oyvinha/gkleds/" DEPEND="app-admin/gkrellm" src_compile() { make || die } src_install() { mkdir -p ${D}/usr/lib/gkrellm/plugins || die cp gkleds.so ${D}/usr/lib/gkrellm/plugins/ || die dodoc COPYING Changelog License TODO INSTALL README }