summaryrefslogtreecommitdiff
path: root/packages/unixbench
diff options
context:
space:
mode:
Diffstat (limited to 'packages/unixbench')
-rw-r--r--packages/unixbench/unixbench_4.1.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/unixbench/unixbench_4.1.0.bb b/packages/unixbench/unixbench_4.1.0.bb
index e69de29bb2..4e9d8f4b96 100644
--- a/packages/unixbench/unixbench_4.1.0.bb
+++ b/packages/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 -a ${S} ${D}${prefix}/src/
+}