blob: 4e5518a0ae3d98827d0c5f880b612efdf441827c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild,v 1.1 2007/02/23 16:29:13 lack Exp $
inherit multilib
DESCRIPTION="Cpu load flames for GKrellM 2"
HOMEPAGE="http://people.freenet.de/thomas-steinke"
SRC_URI="http://people.freenet.de/thomas-steinke/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="=app-admin/gkrellm-2*"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
dodoc Changelog COPYING README
exeinto /usr/$(get_libdir)/gkrellm2/plugins
doexe gkrellfire.so
}
|