memtester 4.2.1
A userspace utility for testing the memory subsystem for faults. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
85ad2b2910
commit
8799380921
1 changed files with 16 additions and 0 deletions
16
Formula/memtester.rb
Normal file
16
Formula/memtester.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Memtester <Formula
|
||||
url 'http://pyropus.ca/software/memtester/old-versions/memtester-4.2.1.tar.gz'
|
||||
homepage 'http://pyropus.ca/software/memtester/'
|
||||
md5 '070ced84da42060d65489e6dc1a4211a'
|
||||
|
||||
def install
|
||||
inreplace "Makefile" do |s|
|
||||
s.change_make_var! 'INSTALLPATH', prefix
|
||||
s.gsub! 'man/man8', 'share/man/man8'
|
||||
end
|
||||
inreplace "conf-ld", " -s", ""
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue