summaryrefslogtreecommitdiff
blob: 2b1cd6907aa6841e6d56ac57e73b9fa277e8660f (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
26
27
28
29
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gnome/gkrellm-gnome-0.1.ebuild,v 1.8 2004/03/26 23:10:05 aliz Exp $

IUSE=""
S=${WORKDIR}/${PN}
DESCRIPTION="Gnome hints configuration plugin for gkrellm"
SRC_URI="http://web.wt.net/~billw/gkrellm/Plugins/${P}.tar.gz"
HOMEPAGE="http://web.wt.net/~billw/gkrellm/Plugins.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc "

DEPEND="=app-admin/gkrellm-1.2*
	gnome-base/gnome-libs"

src_compile() {

	make || die

}

src_install () {

	exeinto /usr/lib/gkrellm/plugins
	doexe src/gkrellm-gnome.so
	dodoc README Changelog COPYRIGHT INSTALL

}