kernbench: added 0.41
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Oct 2006 15:09:53 +0000 (15:09 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 14 Oct 2006 15:09:53 +0000 (15:09 +0000)
packages/kernbench/.mtn2git_empty [new file with mode: 0644]
packages/kernbench/kernbench_0.41.bb [new file with mode: 0644]

diff --git a/packages/kernbench/.mtn2git_empty b/packages/kernbench/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/kernbench/kernbench_0.41.bb b/packages/kernbench/kernbench_0.41.bb
new file mode 100644 (file)
index 0000000..4a49cce
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "cpu throughput benchmark"
+HOMEPAGE = "http://kernbench.kolivas.org/"
+LICENSE = "GPL"
+RDEPENDS = "time"
+
+SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/ck/apps/kernbench/kernbench-${PV}.tar.bz2"
+
+inherit autotools
+
+do_install() {
+    install -d ${D}${bindir} ${D}${datadir}/doc/${PN}/
+    install -m 0755 kernbench ${D}${bindir}
+    install -m 0644 README ${D}${datadir}/doc/${PN}/
+}