net-analyzer/netpipe - 3.7.2 (gentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/netpipe-3.7.2

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

autounmask =net-analyzer/netpipe-3.7.2

Or alternatively:

emerge --autounmask-write -a =net-analyzer/netpipe-3.7.2

Package Information

Description:
network protocol independent performance evaluator
Homepage:
http://bitspjoule.org/netpipe/
License:
GPL-1+

Ebuild Details

Version EAPI Keywords Slot
3.7.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

MY_PN="NetPIPE"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="network protocol independent performance evaluator"
HOMEPAGE="http://bitspjoule.org/netpipe/"
SRC_URI="http://bitspjoule.org/netpipe/code/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="ipv6"

DOCS=(
	bin/feplot
	bin/geplot
	bin/nplaunch
	dox/README
	dox/netpipe_paper.ps
	dox/np_cluster2002.pdf
	dox/np_euro.pdf
)

PATCHES=( "${FILESDIR}"/${P}-fix-makefile.patch )

src_configure() {
	tc-export CC
}

src_compile() {
	emake memcpy tcp $(usev ipv6 tcp6)
}

src_install() {
	dobin NPmemcpy NPtcp $(usev ipv6 NPtcp6)
	doman dox/netpipe.1
	einstalldocs
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Manifest for 3.7.2

Type File Size Source URLs
DIST NetPIPE-3.7.2.tar.gz 400248 bytes http://bitspjoule.org/netpipe/code/NetPIPE-3.7.2.tar.gz