summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-02-22 22:14:26 +0000
committerJim Ramsay <lack@gentoo.org>2007-02-22 22:14:26 +0000
commit5a58cfc8e6a30a45f3a98cc0fc346ec2f3727281 (patch)
tree73f1dad7d4c545446efcf758c4e65b7a4c87ac0b /x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
parentCleanup (diff)
downloadhistorical-5a58cfc8e6a30a45f3a98cc0fc346ec2f3727281.tar.gz
historical-5a58cfc8e6a30a45f3a98cc0fc346ec2f3727281.tar.bz2
historical-5a58cfc8e6a30a45f3a98cc0fc346ec2f3727281.zip
Version bump to 0.8 (bug 88469)
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild')
-rw-r--r--x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
new file mode 100644
index 000000000000..5da6ef9714e8
--- /dev/null
+++ b/x11-plugins/gkrellflynn/gkrellflynn-0.8.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/gkrellflynn/gkrellflynn-0.8.ebuild,v 1.1 2007/02/22 22:14:26 lack Exp $
+
+inherit multilib
+
+IUSE=""
+HOMEPAGE="http://horus.comlab.uni-rostock.de/flynn/"
+SRC_URI="http://horus.comlab.uni-rostock.de/flynn/${P}.tar.gz"
+DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+DEPEND="=app-admin/gkrellm-2*"
+SLOT="0"
+LICENSE="GPL-2"
+
+src_compile() {
+ make gkrellm2
+}
+
+src_install() {
+ exeinto /usr/$(get_libdir)/gkrellm2/plugins ;
+ doexe gkrellflynn.so
+
+ dodoc INSTALL Changelog README COPYING AUTHORS
+}