require 'formula' class Djbdns < Formula url 'http://cr.yp.to/djbdns/djbdns-1.05.tar.gz' homepage 'http://cr.yp.to/djbdns.html' sha1 '2efdb3a039d0c548f40936aa9cb30829e0ce8c3d' depends_on 'daemontools' def install inreplace 'hier.c', 'c("/"', 'c(auto_home' inreplace 'dnscache-conf.c', '([" ])/etc/dnsroots', "$1#{etc}/dnsroots" system "echo gcc -O2 -include /usr/include/errno.h > conf-cc" system "echo #{prefix} > conf-home" system "echo gcc > conf-ld" bin.mkpath (prefix+'etc').mkpath system "make setup check" end end