From b4ca3f10cd0ebb5a9f1a43d1ac57a3e5df6a0209 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sun, 17 May 2009 11:51:02 +0000 Subject: Move from gentoo-de overlay to this shiny new place, also bump to 2.3 svn path=/; revision=50 --- sys-apps/cpqarrayd/cpqarrayd-2.3.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sys-apps/cpqarrayd/cpqarrayd-2.3.ebuild (limited to 'sys-apps/cpqarrayd/cpqarrayd-2.3.ebuild') diff --git a/sys-apps/cpqarrayd/cpqarrayd-2.3.ebuild b/sys-apps/cpqarrayd/cpqarrayd-2.3.ebuild new file mode 100644 index 0000000..b379e48 --- /dev/null +++ b/sys-apps/cpqarrayd/cpqarrayd-2.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpqarrayd/cpqarrayd-2.2.ebuild,v 1.1 2006/04/01 09:14:07 dertobi123 Exp $ + +DESCRIPTION="Compaq Arraycontroller Daemon" +HOMEPAGE="http://www.strocamp.net/opensource/cpqarrayd.php" +SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz" + +IUSE="snmp" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="snmp? ( net-analyzer/net-snmp )" +RDEPEND="${DEPEND}" + +src_compile() { + econf \ + $(use_enable snmp snmptrap ) \ + || die "Configure failed" + + emake || die "Make failed" +} + +src_install() { + einstall + + dodoc NEWS AUTHORS README + + newinitd "${FILESDIR}"/cpqarrayd.init cpqarrayd + newconfd "${FILESDIR}"/cpqarrayd.confd cpqarrayd +} -- cgit v1.2.3-65-gdbad