diff options
| author | Adam Vandenberg | 2011-03-06 20:56:49 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-06 20:56:49 -0800 |
| commit | 9c61df9005e3c936169eb2d30cb539b7a730c08b (patch) | |
| tree | ad97d538fdb031e5b8dc6d11a56dcceea9164748 /Library/Formula | |
| parent | ddde93132bbb8ad8196059765671594933fd64c9 (diff) | |
| download | homebrew-9c61df9005e3c936169eb2d30cb539b7a730c08b.tar.bz2 | |
Move rsync to homebrew-alt
Can be installed with:
brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/rsync.rb
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rsync.rb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Library/Formula/rsync.rb b/Library/Formula/rsync.rb deleted file mode 100644 index f1539252b..000000000 --- a/Library/Formula/rsync.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'formula' - -class Rsync <Formula - url 'http://rsync.samba.org/ftp/rsync/rsync-3.0.7.tar.gz' - homepage 'http://rsync.samba.org/' - md5 'b53525900817cf1ba7ad3a516ab5bfe9' - - depends_on 'libiconv' - - def patches - base = "http://trac.macports.org/export/65950/trunk/dports/net/rsync/files" - { - :p1 => ["#{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 |
