summaryrefslogtreecommitdiff
blob: 0136631ed0fc15d906eb24cb5160ba97d5381cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Simple TCP/IP Dump summarizer/analyzer"
HOMEPAGE="http://read.seas.harvard.edu/~kohler/ipsumdump/"
SRC_URI="http://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz"

LICENSE="the-Click-license"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ipv6 +nanotimestamp"

RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}
	dev-lang/perl
	dev-libs/expat
	sys-apps/texinfo"

src_configure() {
	econf $(use_enable ipv6 ip6) \
		$(use_enable nanotimestamp)
}