summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-02 11:59:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-06-02 11:59:41 +0000
commit9f300ccd76bbc645a5059faf68093295efea45f2 (patch)
tree6a646ef596fc9708f3abbad0e41cdfff43655284 /net-analyzer/slurm/slurm-0.3.3.ebuild
parentAdd patch to fix build with --as-needed by Kevin Pyle, closes bug #247930. Al... (diff)
downloadhistorical-9f300ccd76bbc645a5059faf68093295efea45f2.tar.gz
historical-9f300ccd76bbc645a5059faf68093295efea45f2.tar.bz2
historical-9f300ccd76bbc645a5059faf68093295efea45f2.zip
Add patch to fix build with --as-needed by Kevin Pyle, closes bug #247937.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/slurm/slurm-0.3.3.ebuild')
-rw-r--r--net-analyzer/slurm/slurm-0.3.3.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/net-analyzer/slurm/slurm-0.3.3.ebuild b/net-analyzer/slurm/slurm-0.3.3.ebuild
index d9d96eec2c8d..772ab21f4f63 100644
--- a/net-analyzer/slurm/slurm-0.3.3.ebuild
+++ b/net-analyzer/slurm/slurm-0.3.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3.ebuild,v 1.7 2009/06/02 11:59:40 flameeyes 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 @@ IUSE=""
DEPEND="sys-libs/ncurses"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-asneeded.patch
+ eautoreconf
+}
+
src_install() {
# binary
dobin slurm