summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-03-13 22:52:24 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-03-13 22:52:24 +0000
commitf918b3b31770f28f6b39e90be5847dd1521ccc8c (patch)
tree35ff7687e8054c0e45cf197e649dbee5e9a27be0 /x11-plugins/wmseti/wmseti-1.0.3.ebuild
parentVersion bump. Closing bug #44573. (diff)
downloadhistorical-f918b3b31770f28f6b39e90be5847dd1521ccc8c.tar.gz
historical-f918b3b31770f28f6b39e90be5847dd1521ccc8c.tar.bz2
historical-f918b3b31770f28f6b39e90be5847dd1521ccc8c.zip
Initial import. Closing bug #44572.
Diffstat (limited to 'x11-plugins/wmseti/wmseti-1.0.3.ebuild')
-rw-r--r--x11-plugins/wmseti/wmseti-1.0.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-plugins/wmseti/wmseti-1.0.3.ebuild b/x11-plugins/wmseti/wmseti-1.0.3.ebuild
new file mode 100644
index 000000000000..42771d979a62
--- /dev/null
+++ b/x11-plugins/wmseti/wmseti-1.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+IUSE=""
+
+DESCRIPTION="WMaker DockApp to see the progress of work unit analysis for the Seti@Home project."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+HOMEPAGE="http://wmseti.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+DEPEND="virtual/x11"
+
+src_install () {
+ einstall || die "make install failed"
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
+}