libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / bing / bing_1.1.3.bb
blobfd285d134500d789e84e822dcc65a01f9d91cf56
1 DESCRIPTION = "bing is an application which measures the RAW bandwidth of a remote network link."
2 SECTION = "console/network"
3 HOMEPAGE = "http://fgouget.free.fr/bing/index-en.shtml"
4 LICENSE = "GPL"
6 SRC_URI = "http://fgouget.free.fr/bing/bing_src-${PV}.tar.gz"
7 S = "${WORKDIR}/bing_src-${PV}"
9 CFLAGS += "-I${S}/include"
11 do_install() {
12 install -d ${D}${bindir}
13 install -m 0755 bing ${D}${bindir}
16 SRC_URI[md5sum] = "0ccd96cc01351c0562f1e4b94aaa2790"
17 SRC_URI[sha256sum] = "3151893aa5597491b7cb7083b4e786017b522cac55dffacbe475c9abdd7fe61a"