stress - Initial add.
authorRaymond Danks <raymond@edanks.com>
Wed, 31 May 2006 22:45:14 +0000 (22:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 31 May 2006 22:45:14 +0000 (22:45 +0000)
packages/stress/.mtn2git_empty [new file with mode: 0644]
packages/stress/stress_0.18.8.bb [new file with mode: 0644]

diff --git a/packages/stress/.mtn2git_empty b/packages/stress/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/stress/stress_0.18.8.bb b/packages/stress/stress_0.18.8.bb
new file mode 100644 (file)
index 0000000..7999a3c
--- /dev/null
@@ -0,0 +1,12 @@
+# stress .bb build file
+# Copyright (C) 2006, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see /COPYING)
+
+HOMEPAGE="http://weather.ou.edu/~apw/projects/stress/"
+DESCRIPTION = "a simple tool that imposes certain types of compute stress on UNIX-like operating systems."
+MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>"
+LICENSE = "GPL"
+
+inherit autotools
+
+SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz"