require 'formula' class Ufraw :optional def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--without-gtk", "--without-gimp" system "make install" (share+'pixmaps').rmtree end end