Skip to content

Instantly share code, notes, and snippets.

@anderslemke
Created November 29, 2013 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anderslemke/7706332 to your computer and use it in GitHub Desktop.
Save anderslemke/7706332 to your computer and use it in GitHub Desktop.
require 'formula'
class Sipp < Formula
homepage 'http://sipp.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/sipp/sipp/3.4/sipp-3.3.990.tar.gz'
sha1 'b2637cb72556595253bbdd4a68cc974c9ac1d92e'
def install
system "./configure", "--with-pcap"
system "make", "DESTDIR=#{prefix}"
bin.install "sipp"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment