2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-02 06:43:17 +00:00
|
|
|
|
|
|
|
class Dnsmasq <Formula
|
2010-02-17 20:55:14 +00:00
|
|
|
@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'
|
2010-02-17 20:55:14 +00:00
|
|
|
@md5='1bb32fffdb4f977ead607802b5d701d0'
|
2009-09-02 06:43:17 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
ENV.deparallelize
|
|
|
|
system "make install PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|