# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/prelude-nagios/prelude-nagios-0.0.3.ebuild,v 1.5 2006/04/28 20:32:23 exg Exp $ inherit eutils DESCRIPTION="Plugin for Nagios to talk with Prelude" HOMEPAGE="http://www.exaprobe.com/labs/downloads/index.php3?DIR=/downloads/Nagios_Plugin" SRC_URI="http://www.exaprobe.com/labs/downloads/Nagios_Plugin/prelude-nagios-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="=dev-libs/libprelude-0.8.10-r1" RDEPEND="${DEPEND} net-analyzer/nagios-core" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { insinto /etc/prelude-nagios doins prelude-nagios.conf exeinto /usr/nagios/bin doexe src/prelude-nagios }