Skip to content

Commit

Permalink
sipp: add support for pcap and tls.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#26708.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
johntdyer authored and MikeMcQuaid committed Feb 14, 2014
1 parent 25229af commit 9acce00
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/sipp.rb
Expand Up @@ -2,10 +2,15 @@

class Sipp < Formula
homepage 'http://sipp.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/sipp/sipp/3.3/sipp-3.3.tar.gz'
sha1 'a8e088b7e1e3673eddfbe2fd4e1486dd87919520'
url "http://downloads.sourceforge.net/project/sipp/sipp/3.4/sipp-3.3.990.tar.gz"
sha1 "b2637cb72556595253bbdd4a68cc974c9ac1d92e"

depends_on "openssl" => :optional

def install
args = ["--with-pcap"]
args << "--with-openssl" if build.with? "openssl"
system "./configure", *args
system "make", "DESTDIR=#{prefix}"
bin.install "sipp"
end
Expand Down

0 comments on commit 9acce00

Please sign in to comment.