require 'formula' class Rsync ["#{base}/patch-fileflags.diff", "#{base}/patch-crtimes.diff"] } end def install system "./configure", "--disable-debug", "--prefix=#{prefix}", "--with-rsyncd-conf=#{prefix}/etc/rsyncd.conf", "--enable-ipv6" system "make install" end end