# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit subversion toolchain-funcs DESCRIPTION="SSP Environment Monitor" HOMEPAGE="http://www.sicortex.com/" SRC_URI="" ESVN_REPO_URI="svn://svn.sicortex.com/sicortex/master/software/trunk/monitor_env" ESVN_OPTIONS="-r ${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" DEPEND="net-analyzer/nagios-nsca" RDEPEND="${DEPEND}" src_unpack() { subversion_src_unpack } src_compile() { echo } src_install() { dobin ${S}/monitor_env newinitd ${FILESDIR}/monitor_env.initd monitor_env # FIXME move the a file into /etc/conf.d? # or let the conf file ebuild handle this? }