require 'formula' class Mkvtoolnix :optional depends_on 'lzo' => :optional def install system "./configure", "--disable-debug", "--prefix=#{prefix}", "--with-boost-libdir=#{HOMEBREW_PREFIX}/lib", # For non-/usr/local prefix "--with-boost-regex=boost_regex-mt" # via macports system "./drake -j#{Hardware.processor_count}" system "./drake install" end end