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

Collapse All | Expand All

(-)labrea-2.5.ebuild.orig (-1 / +13 lines)
Lines 2-7 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/labrea/labrea-2.5.ebuild,v 1.7 2007/07/02 14:37:38 peper Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/labrea/labrea-2.5.ebuild,v 1.7 2007/07/02 14:37:38 peper Exp $
4
4
5
EAPI=2
6
7
inherit autotools
8
5
DESCRIPTION="'Sticky' Honeypot and IDS"
9
DESCRIPTION="'Sticky' Honeypot and IDS"
6
HOMEPAGE="http://labrea.sourceforge.net/"
10
HOMEPAGE="http://labrea.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz"
11
SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz"
Lines 17-24 Link Here
17
MY_P="${P}-stable-1"
21
MY_P="${P}-stable-1"
18
S=${WORKDIR}/${MY_P}
22
S=${WORKDIR}/${MY_P}
19
23
20
src_compile() {
24
src_prepare() {
25
	epatch "${FILESDIR}/${P}-stable-1-incdir.patch" || die
26
	eautoreconf || die
27
}
28
29
src_configure() {
21
	econf || die
30
	econf || die
31
}
32
33
src_compile() {
22
	emake || die
34
	emake || die
23
}
35
}
24
36

Return to bug 277256