net-analyzer/scamper - 20191102b (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/scamper-20191102b

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/scamper-20191102b

Or alternatively:

emerge --autounmask-write -a =net-analyzer/scamper-20191102b

Package Information

Description:
Actively probes the Internet in order to analyze topology and performance
Homepage:
http://www.caida.org/tools/measurement/scamper/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20191102b 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="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"

S="${WORKDIR}/scamper-cvs-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="privsep debug"

src_configure() {
	econf \
		$(use_enable privsep privsep) \
		$(use_enable debug debug-file)
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-analyzer/scamper | euse -E <flag> -p net-analyzer/scamper | euse -D <flag> -p net-analyzer/scamper

Global/Standard Flags

Manifest for 20191102b

Type File Size Source URLs
DIST scamper-cvs-20191102b.tar.gz 1844484 bytes http://www.caida.org/tools/measurement/scamper/code/scamper-cvs-20191102b.tar.gz