# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PN="jffnms" MY_P="${MY_PN}-${PV}" DESCRIPTION="JFFNMS Snmp Extension" HOMEPAGE="http://www.jffnms.org/" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="dev-php/php net-analyzer/net-snmp" S=${WORKDIR}/${MY_P} src_install() { dodir /usr/share/jffnms-snmp/ insinto /usr/share/jffnms-snmp doins ${S}/docs/utils/jffnms-snmp/jffnms-snmp.php einfo "You still need to configure snmp.conf accordingly!" }