homebrew-core/Formula/dnsmasq.rb

13 lines
300 B
Ruby
Raw Normal View History

require 'formula'
2009-09-02 06:43:17 +00:00
class Dnsmasq <Formula
@url='http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.52.tar.gz'
2009-09-02 06:43:17 +00:00
@homepage='http://www.thekelleys.org.uk/dnsmasq/doc.html'
@md5='1bb32fffdb4f977ead607802b5d701d0'
2009-09-02 06:43:17 +00:00
def install
ENV.deparallelize
system "make install PREFIX=#{prefix}"
end
end