sipp 3.2 - sip testing tool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
59699a021e
commit
39c80042c7
1 changed files with 13 additions and 0 deletions
13
Formula/sipp.rb
Normal file
13
Formula/sipp.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Sipp < Formula
|
||||
url 'http://downloads.sourceforge.net/project/sipp/sipp/3.2/sipp.svn.tar.gz'
|
||||
homepage 'http://sipp.sourceforge.net/'
|
||||
md5 '2a3a60cb4317dcf8eb5482f6a955e4d0'
|
||||
version '3.2'
|
||||
|
||||
def install
|
||||
system "make DESTDIR=#{prefix}"
|
||||
bin.install "sipp"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue