require 'formula' class Clutter :build depends_on 'gettext' depends_on 'glib' depends_on 'intltool' depends_on 'pango' def install system "./configure", "--prefix=#{prefix}", "--with-flavour=osx", "--with-imagebackend=quartz" system "make install" end end