Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 247937 | Differences between
and this patch

Collapse All | Expand All

(-)a/slurm-0.3.3.ebuild (-1 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3.ebuild,v 1.6 2006/08/15 09:15:51 blubb Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3.ebuild,v 1.6 2006/08/15 09:15:51 blubb Exp $
4
4
5
inherit eutils
5
inherit autotools eutils
6
6
7
DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus"
7
DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus"
8
HOMEPAGE="http://www.wormulon.net/projects/slurm"
8
HOMEPAGE="http://www.wormulon.net/projects/slurm"
Lines 15-20 Link Here
15
15
16
DEPEND="sys-libs/ncurses"
16
DEPEND="sys-libs/ncurses"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	cd "${S}"
21
	epatch "${FILESDIR}"/${PN}-as-needed.patch
22
	eautoreconf
23
}
24
18
src_install() {
25
src_install() {
19
	# binary
26
	# binary
20
	dobin slurm
27
	dobin slurm

Return to bug 247937