bonnie++: add 1.03c
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 11 Feb 2008 17:45:19 +0000 (17:45 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 11 Feb 2008 17:45:19 +0000 (17:45 +0000)
packages/bonnie/bonnie++.inc [new file with mode: 0644]
packages/bonnie/bonnie++_1.03a.bb
packages/bonnie/bonnie++_1.03c.bb [new file with mode: 0644]

diff --git a/packages/bonnie/bonnie++.inc b/packages/bonnie/bonnie++.inc
new file mode 100644 (file)
index 0000000..dabe6dc
--- /dev/null
@@ -0,0 +1,29 @@
+# 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"
+
+
+SRC_URI="http://www.coker.com.au/bonnie++/${PN}-${PV}.tgz"
+
+inherit autotools
+
+EXES="bonnie++ zcav"
+SCRIPTS="bon_csv2html bon_csv2txt"
+
+PACKAGES += "bonnie-scripts"
+
+FILES_${PN} = "/sbin"
+FILES_bonnie-scripts="/bin"
+
+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
+}
index 46d259a..3934aff 100644 (file)
@@ -1,29 +1 @@
-# 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"
-
-
-SRC_URI="${SOURCEFORGE_MIRROR}/bonnie/${PN}-${PV}.tgz"
-
-inherit autotools
-
-EXES="bonnie++ zcav"
-SCRIPTS="bon_csv2html bon_csv2txt"
-
-PACKAGES += "bonnie-scripts"
-
-FILES_${PN} = "/sbin"
-FILES_bonnie-scripts="/bin"
-
-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
-}
+require bonnie++.inc
diff --git a/packages/bonnie/bonnie++_1.03c.bb b/packages/bonnie/bonnie++_1.03c.bb
new file mode 100644 (file)
index 0000000..3934aff
--- /dev/null
@@ -0,0 +1 @@
+require bonnie++.inc