# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.3.7.ebuild,v 1.1 2009/05/22 16:28:57 flameeyes Exp $ inherit autotools eutils DESCRIPTION="IPMI Management Utilities" HOMEPAGE="http://ipmiutil.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="virtual/os-headers" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}+glibc-2.10.patch" sed -i -e '/strip/d' util/Makefile.am || die eautoreconf } src_install() { emake -j1 DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO doc/UserGuide }