New formula: zsync 0.6.1

master
Alexander Barton 2010-01-01 13:43:14 +01:00
parent 47a7f74808
commit d4c17f6aa6
1 changed files with 12 additions and 0 deletions

12
Formula/zsync.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Zsync <Formula
url 'http://zsync.moria.org.uk/download/zsync-0.6.1.tar.bz2'
homepage 'http://zsync.moria.org.uk/'
md5 'cab880e6cb3a5b0976b0930a5b6e3256'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end