From: Michael Lauer Date: Tue, 12 Sep 2006 21:09:42 +0000 (+0000) Subject: add bing, a console network performance measurement utility X-Git-Tag: Release-2010-05/1~9453^2~838 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ee5cc80542c5d6f1edcf7e2e7a3c9841cb6403;p=openembedded.git add bing, a console network performance measurement utility --- diff --git a/packages/bing/.mtn2git_empty b/packages/bing/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/bing/bing_1.1.3.bb b/packages/bing/bing_1.1.3.bb new file mode 100644 index 0000000000..23c5f56dfe --- /dev/null +++ b/packages/bing/bing_1.1.3.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "bing is an application which measures the RAW bandwidth of a remote network link." +SECTION = "console/network" +HOMEPAGE = "http://fgouget.free.fr/bing/index-en.shtml" +LICENSE = "GPL" + +SRC_URI = "http://fgouget.free.fr/bing/bing_src-${PV}.tar.gz" +S = "${WORKDIR}/bing_src-${PV}" + +CFLAGS += "-I${S}/include" + +do_install() { + install -d ${D}${bindir} + install -m 0755 bing ${D}${bindir} +}