summaryrefslogtreecommitdiff
blob: f3747016c7b9b8d3551f71408264797aeacc0f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sysmon/sysmon-0.93_pre2.ebuild,v 1.1 2006/09/27 19:07:53 jhuebel Exp $

inherit eutils versionator

MY_PV=$(replace_version_separator 2 '-' )

DESCRIPTION="simple network monitoring tool"
HOMEPAGE="http://www.sysmon.org/"
SRC_URI="ftp://puck.nether.net/pub/jared/beta/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="sys-libs/ncurses
	net-analyzer/net-snmp"
RDEPEND="${DEPEND}"

src_install() {
	cd ${WORKDIR}/${PN}-${MY_PV}
	einstall || die

	doinitd ${FILESDIR}/sysmond

	dodoc docs/*.html docs/CHANGES docs/README docs/PORTING docs/*.txt docs/*.jpg docs/*.png
	newman docs/sysmon.man sysmon.1
	newman docs/sysmon.conf.man sysmon.conf.5
}