summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-02-23 16:29:13 +0000
committerJim Ramsay <lack@gentoo.org>2007-02-23 16:29:13 +0000
commit9499b30e8686839adfcab246a0e85684a4fb8bb6 (patch)
tree5992a0fe9ca0052e88f48d6ce0d7e5369aef4c10 /x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild
parentmissed one ${ROOT} (diff)
downloadgentoo-2-9499b30e8686839adfcab246a0e85684a4fb8bb6.tar.gz
gentoo-2-9499b30e8686839adfcab246a0e85684a4fb8bb6.tar.bz2
gentoo-2-9499b30e8686839adfcab246a0e85684a4fb8bb6.zip
New package added (bug 94034)
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild')
-rw-r--r--x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild25
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
+}