dbench: package also tbench
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Oct 2006 15:29:32 +0000 (15:29 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Oct 2006 15:29:32 +0000 (15:29 +0000)
packages/dbench/dbench_3.04.bb

index 7cc3755..5eec719 100644 (file)
@@ -1,8 +1,16 @@
-DESCRIPTION = "filesystem load benchmark"
+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 = "r1"
 
 SRC_URI = "http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
            file://destdir.patch;patch=1"
 
 inherit autotools
+
+PACKAGES =+ "tbench tbench-dbg"
+
+FILES_tbench = "${bindir}/tbench*"
+FILES_tbench-dbg = "${bindir}/.debug/tbench*"