diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:22:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:22:41 +0000 |
commit | 67fd132158e4bee2e6f03b04804f43f2c90dc740 (patch) | |
tree | 709a9a6031b181e4f4d529274e17aeb5f6ea89eb /x11-plugins/wmnetmon | |
parent | touchups (diff) | |
download | gentoo-2-67fd132158e4bee2e6f03b04804f43f2c90dc740.tar.gz gentoo-2-67fd132158e4bee2e6f03b04804f43f2c90dc740.tar.bz2 gentoo-2-67fd132158e4bee2e6f03b04804f43f2c90dc740.zip |
touchups
Diffstat (limited to 'x11-plugins/wmnetmon')
-rw-r--r-- | x11-plugins/wmnetmon/wmnetmon-0.2.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild index 26c4cb755f4c..4aa972615cb7 100644 --- a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild +++ b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild @@ -1,33 +1,31 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.2 2003/11/11 13:22:41 vapier 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" +DESCRIPTION="dockapp that monitors up to 40 hosts/services and can execute something if there is a problem with any of them" HOMEPAGE="http://freshmeat.net/projects/wmnetmon/?topic_id=876" +SRC_URI="http://www.linuks.mine.nu/dockapps/${P}p5.tar.gz" -DEPEND="virtual/x11" - -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86" +DEPEND="virtual/x11" + src_compile() { econf --prefix=${D}/usr/bin || die "Configure failed." emake || die "Make failed" } -src_install () -{ +src_install() { dobin wmnetmon fowners root:root /usr/bin/wmnetmon fperms 4755 /usr/bin/wmnetmon dodoc README Changes wmnetmonrc } -pkg_postinst () -{ +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}/." |