aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unixbench
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/unixbench')
-rw-r--r--recipes/unixbench/unixbench_4.1.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/unixbench/unixbench_4.1.0.bb b/recipes/unixbench/unixbench_4.1.0.bb
new file mode 100644
index 0000000000..a5cbfe8aa2
--- /dev/null
+++ b/recipes/unixbench/unixbench_4.1.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "The BYTE UNIX Benchmarks"
+# NOTE: There are no copyright headers or license information of any kind in
+# the unixbench source tree. Not sure what to make of this.
+LICENSE = "unknown"
+SRC_URI = "http://www.tux.org/pub/tux/benchmarks/System/unixbench/unixbench-${PV}.tgz"
+S = "${WORKDIR}/unixbench-${PV}"
+EXTRA_OEMAKE = "'CC=${CC}'"
+FILES_${PN} = "${prefix}/src/unixbench-${PV}"
+
+do_install () {
+ install -d ${D}${prefix}/src
+ cp -pPR ${S} ${D}${prefix}/src/
+}