homebrew-core/Formula/dns2tcp.rb
Stefan Huber f164ca9a04 dns2tcp 0.5.2
Closes Homebrew/homebrew#10274.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 14:12:24 -06:00

12 lines
368 B
Ruby

require 'formula'
class Dns2tcp < Formula
homepage 'http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en'
url 'http://www.hsc.fr/ressources/outils/dns2tcp/download/dns2tcp-0.5.2.tar.gz'
md5 '51c5dc69f5814c2936ce6832217d292d'
def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
end