From 658cf51a2c60028b43953c59b423e619fbfffdfb Mon Sep 17 00:00:00 2001 From: Sid Karunaratne Date: Tue, 17 Jan 2012 11:28:57 +0000 Subject: tcpurify 0.11.2 Signed-off-by: Adam Vandenberg --- Library/Formula/tcpurify.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/tcpurify.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tcpurify.rb b/Library/Formula/tcpurify.rb new file mode 100644 index 000000000..94ddfbde1 --- /dev/null +++ b/Library/Formula/tcpurify.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Tcpurify < Formula + homepage 'http://irg.cs.ohiou.edu/~eblanton/tcpurify/' + url 'http://irg.cs.ohiou.edu/~eblanton/tcpurify/tcpurify-0.11.2.tar.gz' + sha1 'd095de38e264afd40de6f2d7c35609a3fab4c92a' + + def install + system "./configure", "--prefix=#{prefix}" + system "make install" + end + + def test + system "#{bin}/tcpurify -v" # Using -v, as without that it returns -1 + end +end -- cgit v1.2.3