Move tcpurify to the boneyard

Closes Homebrew/homebrew#37069.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Geoff Nixon 2015-03-08 16:23:30 -04:00 committed by Jack Nagel
parent ba7b87f67d
commit d51cd1fbcd

View file

@ -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