net-analyzer/bing - 1.3.5 (gentoo)

Search

Package Information

Description:
A point-to-point bandwidth measurement tool
Homepage:
http://fgouget.free.fr/bing/index-en.shtml
License:
BSD-4

Ebuild Details

Version EAPI Keywords Slot
1.3.5 8 amd64 ~arm ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="A point-to-point bandwidth measurement tool"
HOMEPAGE="http://fgouget.free.fr/bing/index-en.shtml"
SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz"

LICENSE="BSD-4"
SLOT="0"
KEYWORDS="amd64 ~arm ppc ~sparc x86"

PATCHES=(
	"${FILESDIR}"/${PN}-1.3.5-Add-missing-string.h-for-memcpy.patch
)

src_prepare() {
	default
	sed -i -e "s|#COPTIM = -g| COPTIM = ${CFLAGS}|" Makefile || die
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dobin bing
	doman unix/bing.8
	dodoc ChangeLog Readme.{1st,txt}
}

Manifest for 1.3.5

Type File Size Source URLs
DIST bing_1.3.5.orig.tar.gz 81083 bytes mirror://debian/pool/main/b/bing/bing_1.3.5.orig.tar.gz