mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
scamper: new tool, bug #295
This commit is contained in:
parent
a10a58a55c
commit
d07db215e1
2 changed files with 27 additions and 0 deletions
2
net-analyzer/scamper/Manifest
Normal file
2
net-analyzer/scamper/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST scamper-cvs-20140530.tar.gz 1213972 SHA256 b098aa7306af7499bdbd7c74abfd5a7d99015c831264829f2a427ea5854c84a6 SHA512 0aea106c70859becd1655a476c679cbb419fe658df2dcfe3b5f0023485283bc87dab96cf329b53f71620a46ba69810dbe8082897f61362614563a688f85631b0 WHIRLPOOL f81d91188a96c03830df2f19b65051d4eda2d63bdb43953df3aa0276b03b82409c154bf983cdd05ab18010b4c9e7c9c03123fad4959c05fd769a03d9677a232a
|
||||
EBUILD scamper-20140530.ebuild 600 SHA256 5f5bb18f7ca338917a6273081bd0397edadea1db6a9dd80d9fbe5d2e2c55ee46 SHA512 80fb42afa704b8c86927236a1358ef199eaf25f7961990ce34f120eb92f45352d5ed732c45eef33665ce80125b38d56d4b6809f82767272437454321579eba48 WHIRLPOOL 93af9d6ef7c0c47ca65d856fe8eb7d21b99558c98696f580bce3660ec8e6610a52a545dc244095222f64a7ac289402cba4e1c69920e15ad073db83654362776e
|
||||
25
net-analyzer/scamper/scamper-20140530.ebuild
Normal file
25
net-analyzer/scamper/scamper-20140530.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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)
|
||||
}
|
||||
Loading…
Reference in a new issue