--- a/slurm-0.3.3.ebuild 2006-08-15 04:38:07.000000000 -0500 +++ b/slurm-0.3.3.ebuild 2009-02-14 13:05:27.000000000 -0600 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3.ebuild,v 1.6 2006/08/15 09:15:51 blubb Exp $ -inherit eutils +inherit autotools eutils DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" HOMEPAGE="http://www.wormulon.net/projects/slurm" @@ -15,6 +15,13 @@ DEPEND="sys-libs/ncurses" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-as-needed.patch + eautoreconf +} + src_install() { # binary dobin slurm