# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.10.3.ebuild,v 1.9 2005/08/24 01:29:15 vapier Exp $ inherit eutils DESCRIPTION="Daemon to monitor HP (Compaq) arraycontrollers." HOMEPAGE="http://www.strocamp.net/opensource/cpqarrayd.php" SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="snmp doc" RDEPEND=">=virtual/linux-sources snmp? ( >=net-analyzer/net-snmp )" DEPEND="${RDEPEND}" S="${WORKDIR}/${P}" src_compile() { cd "${S}" econf ${use_disable_snmptrap} emake || die "error during make" } src_install() { make DESTDIR=${D} install || die "Could not install FlameRobin" # dodoc devdocs docs docs-src }