diff options
Diffstat (limited to 'x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild')
-rw-r--r-- | x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild b/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild new file mode 100644 index 000000000000..4e5518a0ae3d --- /dev/null +++ b/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild @@ -0,0 +1,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 +} |