Commit fabd7567 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update stress-ng from 0.09.02 to 0.09.59 (#3341)

parent af9854a4
......@@ -3,28 +3,16 @@ require 'package'
class Stressng < Package
description 'stress-ng will stress test a computer system in various selectable ways.'
homepage 'http://kernel.ubuntu.com/~cking/stress-ng/'
version '0.09.02'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.02.tar.gz'
source_sha256 '9fffd8e8157ee969dfe99d1a5b310ff3337b1dbecd276ccaa8c30c1cc14392fd'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/stressng-0.09.02-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/stressng-0.09.02-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/stressng-0.09.02-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/stressng-0.09.02-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'c125713560fc1b94cf7608fb4b5750579a5b204daf94a2a513225ce5c9c2fd51',
armv7l: 'c125713560fc1b94cf7608fb4b5750579a5b204daf94a2a513225ce5c9c2fd51',
i686: 'ae548b400f4130bfa2613bd76d64483ee6df9d63dd0ec66b3de43ae63029db44',
x86_64: 'b1717d935512bca5caf350790b00d5a5f08fbfdec855a0221d95ea7f7879b383',
})
version '0.09.59'
source_url 'https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.09.59.tar.xz'
source_sha256 'c6fc82fa0f16fcdc90d1ea725af62f130d3fa8501b74800afec0432db81fae95'
def self.build
system 'make',
"BINDIR=#{CREW_PREFIX}/bin",
"MANDIR=#{CREW_PREFIX}/share/man/man1",
"JOBDIR=#{CREW_PREFIX}/share/stress-ng/example-jobs"
"JOBDIR=#{CREW_PREFIX}/share/stress-ng/example-jobs",
"BASHDIR=#{CREW_PREFIX}/share/bash-completion/completions"
end
def self.install
......@@ -33,6 +21,7 @@ class Stressng < Package
"BINDIR=#{CREW_PREFIX}/bin",
"MANDIR=#{CREW_PREFIX}/share/man/man1",
"JOBDIR=#{CREW_PREFIX}/share/stress-ng/example-jobs",
"BASHDIR=#{CREW_PREFIX}/share/bash-completion/completions",
'install'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment