# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6.ebuild,v 1.4 2006/09/16 12:03:20 xmerlin Exp $ inherit eutils DESCRIPTION="Utilities to manage i2o/dtp RAID controllers." SRC_URI="http://i2o.shadowconnect.com/raidutils/${P}.tar.bz2" HOMEPAGE="http://i2o.shadowconnect.com/" KEYWORDS="x86" IUSE="" SLOT="0" LICENSE="Adaptec" DEPEND=">=sys-kernel/linux-headers-2.6" RDEPEND="" src_unpack () { unpack ${A} cd ${S} epatch ${FILESDIR}/raidutils-0.0.5-i2octl-fixpath.patch || die epatch ${FILESDIR}/raidutils-0.0.6-gcc41x-compilefix.patch || die rm include/linux/i2o-dev.h } src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc NEWS INSTALL AUTHORS COPYING ChangeLog }