summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-11-02 02:39:10 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-11-02 02:39:10 +0000
commit0b7cf6b8406237fb309725567241b3008d21bf89 (patch)
tree6fa1d8c5683574d0526ab6fcc4ef3e32839b5502 /x11-plugins/wmnetmon
parentInitial import (diff)
downloadhistorical-0b7cf6b8406237fb309725567241b3008d21bf89.tar.gz
historical-0b7cf6b8406237fb309725567241b3008d21bf89.tar.bz2
historical-0b7cf6b8406237fb309725567241b3008d21bf89.zip
Initial import
Diffstat (limited to 'x11-plugins/wmnetmon')
-rw-r--r--x11-plugins/wmnetmon/Manifest3
-rw-r--r--x11-plugins/wmnetmon/files/digest-wmnetmon-0.21
-rw-r--r--x11-plugins/wmnetmon/wmnetmon-0.2.ebuild35
3 files changed, 38 insertions, 1 deletions
diff --git a/x11-plugins/wmnetmon/Manifest b/x11-plugins/wmnetmon/Manifest
index 72990577e4db..6fa8169bdd79 100644
--- a/x11-plugins/wmnetmon/Manifest
+++ b/x11-plugins/wmnetmon/Manifest
@@ -1,2 +1,3 @@
-MD5 a42dac33d41d9a1f907dee83a1ef9c7e wmnetmon-0.2.ebuild 1014
+MD5 0af23879adcc20644c7ae6eba1366faf wmnetmon-0.2.ebuild 1017
+MD5 145a2258d305e6d49bf0cdb47a1a2c58 ChangeLog 342
MD5 67391716cf398fd1aa6130abe6f096be files/digest-wmnetmon-0.2 65
diff --git a/x11-plugins/wmnetmon/files/digest-wmnetmon-0.2 b/x11-plugins/wmnetmon/files/digest-wmnetmon-0.2
new file mode 100644
index 000000000000..d5e02039cd4f
--- /dev/null
+++ b/x11-plugins/wmnetmon/files/digest-wmnetmon-0.2
@@ -0,0 +1 @@
+MD5 30dec9fdec039da92a612646cc228e62 wmnetmon-0.2p5.tar.gz 49990
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
new file mode 100644
index 000000000000..26c4cb755f4c
--- /dev/null
+++ b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.1 2003/11/02 02:39:04 pyrania Exp $
+
+S=${WORKDIR}/${P}p5/
+DESCRIPTION="wmnetmon is a dockapp that monitors up to 40 hosts or services and can execute something there is a problem with any of them."
+SRC_URI="http://www.linuks.mine.nu/dockapps/${P}p5.tar.gz"
+HOMEPAGE="http://freshmeat.net/projects/wmnetmon/?topic_id=876"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ econf --prefix=${D}/usr/bin || die "Configure failed."
+ emake || die "Make failed"
+}
+
+src_install ()
+{
+ dobin wmnetmon
+ fowners root:root /usr/bin/wmnetmon
+ fperms 4755 /usr/bin/wmnetmon
+ dodoc README Changes wmnetmonrc
+}
+
+pkg_postinst ()
+{
+ ewarn
+ ewarn "Before starting up wmnetmon, you must create a .wmnetmonrc in your home folder."
+ ewarn "Look at the sample wmnetmonrc.gz file in /usr/share/doc/${P}/."
+ ewarn
+}