From 8a35ee60c9d724945bf405294f5408b0d9e8d905 Mon Sep 17 00:00:00 2001 From: Geoff Nixon Date: Sun, 8 Mar 2015 16:23:30 -0400 Subject: Move tcpurify to the boneyard Closes #37069. Signed-off-by: Jack Nagel --- Library/Formula/tcpurify.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Library/Formula/tcpurify.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tcpurify.rb b/Library/Formula/tcpurify.rb deleted file mode 100644 index ad3ba3bd6..000000000 --- a/Library/Formula/tcpurify.rb +++ /dev/null @@ -1,16 +0,0 @@ -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 - - test do - system "#{bin}/tcpurify", "-v" - end -end -- cgit v1.2.3