homebrew-core/Formula/dhcping.rb
2015-03-19 23:14:51 -07:00

17 lines
646 B
Ruby

class Dhcping < Formula
homepage "http://www.mavetju.org/unix/general.php"
url "http://www.mavetju.org/download/dhcping-1.2.tar.gz"
sha256 "32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a"
bottle do
cellar :any
sha256 "7741adb9bc166ee2450e521f7468e2b023632e737eb4da065848c5e87b6bd35a" => :yosemite
sha256 "49206410d2fc5259798c2a76ee871df08c54772d1501d7ce1d29be652d600905" => :mavericks
sha256 "4da8d1813dd16242c02ccea50549ac5eca0048475f9a6118b525677d6c72fda2" => :mountain_lion
end
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make", "install"
end
end