2013-05-10 14:31:57 +00:00
|
|
|
class IpRelay < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "TCP traffic shaping relay application"
|
2015-05-14 22:03:28 +00:00
|
|
|
homepage "http://www.stewart.com.au/ip_relay/"
|
|
|
|
url "http://www.stewart.com.au/ip_relay/ip_relay-0.71.tgz"
|
|
|
|
sha256 "0cf6c7db64344b84061c64e848e8b4f547b5576ad28f8f5e67163fc0382d9ed3"
|
2013-05-10 14:31:57 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "ip_relay.pl" => "ip_relay"
|
|
|
|
end
|
2015-05-14 22:03:28 +00:00
|
|
|
|
|
|
|
test do
|
|
|
|
shell_output("#{bin}/ip_relay -b", 1)
|
|
|
|
end
|
2013-05-10 14:31:57 +00:00
|
|
|
end
|