aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbench/dbench_4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbench/dbench_4.0.bb')
-rw-r--r--recipes/dbench/dbench_4.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/dbench/dbench_4.0.bb b/recipes/dbench/dbench_4.0.bb
new file mode 100644
index 0000000000..aade4170ba
--- /dev/null
+++ b/recipes/dbench/dbench_4.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "The dbench (disk) and tbench (TCP) benchmarks"
+DESCRIPTION_dbench = "Filesystem load benchmark"
+DESCRIPTION_tbench = "TCP load benchmark"
+HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "\
+ http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
+ file://destdir.patch;patch=1 \
+ file://makefile.patch;patch=1"
+
+inherit autotools
+
+PACKAGES =+ "tbench tbench-dbg"
+
+FILES_tbench = "${bindir}/tbench*"
+FILES_tbench-dbg += "${bindir}/.debug/tbench*"