Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371417
Collapse All | Expand All

(-)sflowtool-3.20.ebuild.orig (-4 / +4 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/sflowtool/sflowtool-3.20.ebuild,v 1.2 2011/06/13 10:11:41 phajdan.jr Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.20.ebuild,v 1.2 2011/06/13 10:11:41 phajdan.jr Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
6
7
inherit autotools flag-o-matic
7
inherit autotools flag-o-matic
8
8
Lines 12-18 Link Here
12
12
13
LICENSE="inmon-sflow"
13
LICENSE="inmon-sflow"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~ppc x86"
15
KEYWORDS="~amd64 ~ppc x86"
16
IUSE=""
16
IUSE=""
17
17
18
src_prepare() {
18
src_prepare() {
Lines 22-31 Link Here
22
22
23
src_configure() {
23
src_configure() {
24
	append-flags -DSPOOFSOURCE
24
	append-flags -DSPOOFSOURCE
25
	econf || die
25
	econf
26
}
26
}
27
27
28
src_install() {
28
src_install() {
29
	make DESTDIR="${D}" install || die "make install failed"
29
	default_src_install
30
	dodoc AUTHORS ChangeLog NEWS README
30
	dodoc AUTHORS ChangeLog NEWS README
31
}
31
}

Return to bug 371417