require 'formula' class Virtuoso = 10.6 and Hardware.is_64_bit? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end def caveats; <<-EOS.undent NOTE: the Virtuoso server will start up several times on port 1111 during the install process. EOS end end