diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-09-12 21:09:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-09-12 21:09:42 +0000 |
commit | 35ee5cc80542c5d6f1edcf7e2e7a3c9841cb6403 (patch) | |
tree | 7240d35ce013c962fb303d4c19ca6bca0b59aaf8 /packages/bing | |
parent | 2794320ec9e9a4fb99a7e20c8bef15a06ed788b2 (diff) |
add bing, a console network performance measurement utility
Diffstat (limited to 'packages/bing')
-rw-r--r-- | packages/bing/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/bing/bing_1.1.3.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/bing/.mtn2git_empty b/packages/bing/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/bing/.mtn2git_empty 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} +} |