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
commitb6b6e23547b3b4618dbcd31ca437cab8281f2d26 (patch)
treea927f699f8ccb49d459b2c3f2cef43d4d2282113 /x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild
parentmissed one ${ROOT} (diff)
downloadhistorical-b6b6e23547b3b4618dbcd31ca437cab8281f2d26.tar.gz
historical-b6b6e23547b3b4618dbcd31ca437cab8281f2d26.tar.bz2
historical-b6b6e23547b3b4618dbcd31ca437cab8281f2d26.zip
New package added (bug 94034)
Package-Manager: portage-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
+}