bonnie: initial add
authorRaymond Danks <raymond@edanks.com>
Tue, 18 Apr 2006 01:20:31 +0000 (01:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 18 Apr 2006 01:20:31 +0000 (01:20 +0000)
packages/bonnie/.mtn2git_empty [new file with mode: 0644]
packages/bonnie/bonnie++_1.03a.bb [new file with mode: 0644]

diff --git a/packages/bonnie/.mtn2git_empty b/packages/bonnie/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/bonnie/bonnie++_1.03a.bb b/packages/bonnie/bonnie++_1.03a.bb
new file mode 100644 (file)
index 0000000..92c0342
--- /dev/null
@@ -0,0 +1,26 @@
+# bonnie OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="Tests large file IO and creation/deletion of small files."
+LICENSE="GPL"
+MAINTAINER = "Raymond Danks <raymondd@ia.amd.com>"
+
+
+SRC_URI="${SOURCEFORGE_MIRROR}/bonnie/${PN}-${PV}.tgz"
+
+inherit autotools
+
+EXES="bonnie++ zcav"
+SCRIPTS="bon_csv2html bon_csv2txt"
+
+FILES_${PN} = "/bin /sbin"
+S="${WORKDIR}/${PN}-${PV}"
+
+do_install () {
+       install -d ${D}/bin
+       install -d ${D}/sbin
+
+       install -m 0755 ${EXES} ${D}/sbin
+       install -m 0755 ${SCRIPTS} ${D}/bin
+}