/[gentoo-x86]/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
Gentoo

Contents of /net-analyzer/iplog/iplog-2.2.3-r2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (show annotations) (download)
Tue Jul 24 00:14:17 2012 UTC (9 months, 4 weeks ago) by blueness
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +3 -3 lines
Keyword ~mips

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.13 2007/04/28 12:28:16 tove Exp $
4
5 inherit eutils
6
7 DESCRIPTION="iplog is a TCP/IP traffic logger"
8 HOMEPAGE="http://ojnk.sourceforge.net/"
9 SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
10
11 LICENSE="|| ( GPL-2 FDL-1.1 )"
12 SLOT="0"
13 KEYWORDS="alpha ~mips ppc sparc x86 ~amd64"
14 IUSE=""
15
16 DEPEND="net-libs/libpcap"
17
18 src_unpack() {
19 unpack ${A}
20 cd "${S}"
21 epatch "${FILESDIR}"/${PV}-DLT_LINUX_SSL.patch
22 }
23
24 src_compile() {
25 econf || die
26 make CFLAGS="${CFLAGS} -D_REENTRANT" all || die
27 }
28
29 src_install() {
30 make \
31 prefix="${D}"/usr \
32 mandir="${D}"/usr/share/man \
33 install || die
34 dodoc AUTHORS NEWS README TODO example-iplog.conf
35
36 newinitd "${FILESDIR}"/iplog.rc6 iplog
37 }

  ViewVC Help
Powered by ViewVC 1.1.13