# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/rgmanager/rgmanager-1.9.4.ebuild,v 1.1 2005/03/10 14:01:24 xmerlin Exp $ inherit eutils DESCRIPTION="Clustered resource group manager layered on top of Magma" HOMEPAGE="http://sources.redhat.com/cluster/" SRC_URI="http://people.redhat.com/cfeist/cluster/tgz/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~x86" DEPEND=">=sys-cluster/magma-1.0_pre3 >=sys-cluster/magma-plugins-1.0_pre5 dev-libs/libxml2 " src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-errno.patch || die } src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die }