require 'formula' # NOTE this formula conflicts with icu4c on Snow Leopard at the moment # if this is a problem for you then please fix it! Thanks. class Yaz :build def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-xml2" system "make install" end end