require 'formula' class Lighttpd :build depends_on 'pcre' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-openssl", "--with-ldap" system "make install" end end