aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ioping.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ioping.rb')
-rw-r--r--Library/Formula/ioping.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/ioping.rb b/Library/Formula/ioping.rb
new file mode 100644
index 000000000..8a7d2df3a
--- /dev/null
+++ b/Library/Formula/ioping.rb
@@ -0,0 +1,13 @@
+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/'
+ md5 'f96b382a6517c7eac744291b04b928b1'
+
+ def install
+ system "make"
+ system "make install PREFIX=#{prefix}"
+ end
+end