Created
November 29, 2013 14:20
-
-
Save anderslemke/7706332 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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