sipp 3.2 - sip testing tool

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Eugene Oden 2011-04-12 14:27:56 -05:00 committed by Adam Vandenberg
parent 59699a021e
commit 39c80042c7

13
Formula/sipp.rb Normal file
View 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