2009-12-22 17:43:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Bonnie < Formula
|
2011-01-26 12:44:11 +00:00
|
|
|
homepage 'http://code.google.com/p/bonnie-64/'
|
|
|
|
head 'http://bonnie-64.googlecode.com/svn/trunk/'
|
2009-12-22 17:43:11 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2010-02-18 18:05:01 +00:00
|
|
|
bin.install "Bonnie" => "bonnie"
|
2009-12-22 17:43:11 +00:00
|
|
|
end
|
|
|
|
end
|