Skip to content

Commit

Permalink
owamp 3.3.
Browse files Browse the repository at this point in the history
Closes Homebrew#22848.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
larseggert authored and adamv committed Oct 5, 2013
1 parent 401cbaa commit d10ebcc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/owamp.rb
@@ -0,0 +1,15 @@
require 'formula'

class Owamp < Formula
homepage 'http://www.internet2.edu/performance/owamp/'
url 'http://software.internet2.edu/sources/owamp/owamp-3.3.tar.gz'
sha1 'ac3b77294ee30d41924b01fc009de0b2605a753c'

def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end

0 comments on commit d10ebcc

Please sign in to comment.