24 lines
588 B
Bash
24 lines
588 B
Bash
|
# Copyright 1999-2006 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild,v 1.1 2006/10/08 21:15:11 jokey Exp $
|
||
|
|
||
|
DESCRIPTION="Nagios plugin that provides visalization"
|
||
|
HOMEPAGE="http://www.nagvis.org"
|
||
|
SRC_URI="mirror://sourceforge/nagvis/nagvis-${PV}.tar.gz"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~x86 ~amd64"
|
||
|
IUSE=""
|
||
|
|
||
|
DEPEND="net-analyzer/nagios-core"
|
||
|
RDEPEND=${DEPEND}
|
||
|
|
||
|
#src_compile() {}
|
||
|
|
||
|
src_install() {
|
||
|
insinto /usr/nagios/share
|
||
|
doins *
|
||
|
}
|
||
|
|