aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ioping.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb
index 2230ef6d5..9ab990f48 100644
--- a/Library/Formula/ioping.rb
+++ b/Library/Formula/ioping.rb
@@ -1,11 +1,12 @@
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/'
+ url 'http://ioping.googlecode.com/files/ioping-0.6.tar.gz'
sha1 '4b3860a6af0755467ebe67c09f36ddaebd9be3e7'
+ head 'http://ioping.googlecode.com/svn/trunk/'
+
def install
system "make"
system "make", "install", "PREFIX=#{prefix}"