aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tcpsplit.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/tcpsplit.rb b/Library/Formula/tcpsplit.rb
new file mode 100644
index 000000000..fd3a10afd
--- /dev/null
+++ b/Library/Formula/tcpsplit.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Tcpsplit < Formula
+ homepage 'http://www.icir.org/mallman/software/tcpsplit/'
+ url 'http://www.icir.org/mallman/software/tcpsplit/tcpsplit-0.2.tar.gz'
+ sha1 '0d63392c4960078911b5716d74e4a7426f149a09'
+
+ def install
+ system 'make'
+ bin.install 'tcpsplit'
+ end
+end