blob: 6112180209a62f6b60a4f770734dfb4d5b67f476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild,v 1.4 2007/07/11 20:39:22 mr_bones_ Exp $
inherit gkrellm-plugin
IUSE=""
DESCRIPTION="ACPI monitor for Gkrellm"
SRC_URI="mirror://sourceforge/gkacpi/${PN}2-0.4.tar.gz"
HOMEPAGE="http://gkacpi.sf.net"
LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
S="${WORKDIR}/${PN}2-0.4"
PLUGIN_SO=gkacpi2.so
|