homebrew-core/Formula/httperf.rb
Niket Patel bc76d7bd91 httperf is moved to google code hosting. and ftp site is super slow.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Also changed homepage.
2010-02-20 23:18:59 -08:00

12 lines
345 B
Ruby

require 'formula'
class Httperf <Formula
url 'http://httperf.googlecode.com/files/httperf-0.9.0.tar.gz'
homepage 'http://code.google.com/p/httperf/'
md5 '2968c36b9ecf3d98fc1f2c1c9c0d9341'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end