aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tcpurify.rb16
1 files changed, 0 insertions, 16 deletions
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