From: Raymond Danks Date: Wed, 31 May 2006 22:45:14 +0000 (+0000) Subject: stress - Initial add. X-Git-Tag: Release-2010-05/1~9453^2~1520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993421b8c41e7024861f478db34d20277172ec7a;p=openembedded.git stress - Initial add. --- diff --git a/packages/stress/.mtn2git_empty b/packages/stress/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/stress/stress_0.18.8.bb b/packages/stress/stress_0.18.8.bb new file mode 100644 index 0000000000..7999a3c0ee --- /dev/null +++ b/packages/stress/stress_0.18.8.bb @@ -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 " +LICENSE = "GPL" + +inherit autotools + +SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz"