require 'formula' class Lftp :build depends_on 'readline' depends_on 'gnutls' def install # Bus error ENV.no_optimization if MACOS_VERSION == 10.5 system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end end