require 'formula' class Redland :build depends_on 'raptor' depends_on 'rasqal' depends_on 'berkeley-db' => :optional def install fails_with_llvm system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--with-sqlite=yes", "--with-mysql=no", "--with-bdb=#{HOMEBREW_PREFIX}" system "make install" end end