2010-11-02 13:31:51 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Tcping < Formula
|
2010-11-02 13:31:51 +00:00
|
|
|
url 'http://www.linuxco.de/tcping/tcping-1.3.5.tar.gz'
|
|
|
|
homepage 'http://www.linuxco.de/tcping/tcping.html'
|
|
|
|
md5 'f9dd03c730db6999ca8beca479f078e3'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install 'tcping'
|
|
|
|
end
|
|
|
|
end
|