require 'formula' class Schroedinger :build depends_on 'orc' def install system "autoreconf -i -f" if ARGV.build_head? system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "make install" end end