You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild

25 lines
566 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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)
}