require 'formula' class Valgrind 10.5 system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" end def caveats if MACOS_VERSION > 10.5 "Valgrind does not work on Snow Leopard / 64-bit mode. See:\n"+ " http://bugs.kde.org/show_bug.cgi?id=205241" end end end