summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/lavaps/lavaps-1.20.ebuild')
-rw-r--r--x11-misc/lavaps/lavaps-1.20.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/lavaps/lavaps-1.20.ebuild b/x11-misc/lavaps/lavaps-1.20.ebuild
new file mode 100644
index 000000000000..53035cf754fe
--- /dev/null
+++ b/x11-misc/lavaps/lavaps-1.20.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /home/cvsroot/gentoo-x86/x11-misc/lavaps/lavaps-1.20.ebuild
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Lava Lamp graphical representation of running processes."
+SRC_URI="http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/${P}.tar.gz"
+HOMEPAGE="http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=dev-lang/tcl-8.3.3
+ virtual/x11"
+
+src_install() {
+
+ dobin lavaps
+ doman lavaps.1
+ dodoc COPYING README
+}