require 'formula' class MidnightCommander :build depends_on 'glib' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--without-x", "--with-screen=ncurses" system "make install" end end