aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-10-22 16:15:16 +0400
committerRoman I Khimov <khimov@altell.ru>2010-10-30 11:09:24 +0400
commit349668f16645693059af84dcf8e128d8ff10bae9 (patch)
tree75dda669b41c3ca7a335efc7cc799d2fa586a60c
parentfd25d654ca692e768d41147d389731a2a5f8dd4e (diff)
downloadopenembedded-349668f16645693059af84dcf8e128d8ff10bae9.tar.gz
httperf: new recipe, version 0.9.0
Httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. Signed-off-by: Roman I Khimov <khimov@altell.ru>
-rw-r--r--recipes/httperf/httperf_0.9.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/httperf/httperf_0.9.0.bb b/recipes/httperf/httperf_0.9.0.bb
new file mode 100644
index 0000000000..92e4a6f220
--- /dev/null
+++ b/recipes/httperf/httperf_0.9.0.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "The httperf HTTP load generator"
+HOMEPAGE = "http://code.google.com/p/httperf/"
+LICENSE = "GPLv2+"
+DEPENDS = "openssl"
+
+SRC_URI = "http://httperf.googlecode.com/files/httperf-${PV}.tar.gz"
+SRC_URI[md5sum] = "2968c36b9ecf3d98fc1f2c1c9c0d9341"
+SRC_URI[sha256sum] = "e1a0bf56bcb746c04674c47b6cfa531fad24e45e9c6de02aea0d1c5f85a2bf1c"
+
+inherit autotools \ No newline at end of file