pentoo-overlay/net-analyzer/scamper/scamper-20140530.ebuild
2014-09-28 10:15:01 +00:00

25 lines
600 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="A tool that actively probes the Internet in order to analyze topology and performance"
HOMEPAGE="http://www.caida.org/tools/measurement/scamper/"
SRC_URI="http://www.caida.org/tools/measurement/scamper/code/scamper-cvs-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="privsep debug"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/scamper-cvs-${PV}"
src_configure() {
econf \
$(use_enable privsep privsep) \
$(use_enable debug debug-file)
}