2011-12-17 14:12:00 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Ioping < Formula
|
|
|
|
url 'http://ioping.googlecode.com/files/ioping-0.6.tar.gz'
|
|
|
|
head 'http://ioping.googlecode.com/svn/trunk/'
|
|
|
|
homepage 'http://code.google.com/p/ioping/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '4b3860a6af0755467ebe67c09f36ddaebd9be3e7'
|
2011-12-17 14:12:00 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2012-05-15 18:31:21 +00:00
|
|
|
system "make", "install", "PREFIX=#{prefix}"
|
2011-12-17 14:12:00 +00:00
|
|
|
end
|
|
|
|
end
|