require 'formula' class S3Backer :build def install system "./configure", "--prefix=#{prefix}" system "make install" end def caveats <<-EOS.undent This depends on the MacFUSE installation from http://code.google.com/p/macfuse/ MacFUSE must be installed prior to installing this formula. EOS end end