require 'formula' class Zbar :build depends_on 'jpeg' depends_on 'imagemagick' depends_on 'ufraw' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-python=no", "--without-qt", "--disable-video", "--without-gtk" system "make install" end end