summaryrefslogtreecommitdiff
path: root/recipes/stress/stress_1.0.4.bb
blob: 2d2c3fb18edf1d5aa27e3e788a7906cb70304f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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."
LICENSE = "GPL"

inherit autotools

MIRRORS_prepend () {
  http://weather.ou.edu/~apw/projects/stress/ http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-1.0.4.tar.gz/a607afa695a511765b40993a64c6e2f4/
}

SRC_URI="http://weather.ou.edu/~apw/projects/stress/stress-${PV}.tar.gz"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4"
SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0"