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

Collapse All | Expand All

(-)bigeye-0.3.ebuild.orig (+9 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: /home/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3.ebuild,v 1.3 2003/02/13 13:39:15 vapier Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3.ebuild,v 1.3 2003/02/13 13:39:15 vapier Exp $
4
4
5
inherit eutils
6
5
S=${WORKDIR}/${P}
7
S=${WORKDIR}/${P}
6
DESCRIPTION="Bigeye is a network utility dump and simple honeypot utility"
8
DESCRIPTION="Bigeye is a network utility dump and simple honeypot utility"
7
HOMEPAGE="http://violating.us/projects/bigeye/"
9
HOMEPAGE="http://violating.us/projects/bigeye/"
Lines 12-17 Link Here
12
14
13
DEPEND="virtual/glibc"
15
DEPEND="virtual/glibc"
14
16
17
src_unpack() {
18
	unpack ${A}
19
	cd ${S}
20
21
	epatch ${FILESDIR}/${PV}-gcc3.patch
22
}
23
15
src_compile() {
24
src_compile() {
16
25
17
	cd ${S}/src
26
	cd ${S}/src

Return to bug 41692