2010-01-01 12:43:14 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Zsync < Formula
|
2010-01-01 12:43:14 +00:00
|
|
|
homepage 'http://zsync.moria.org.uk/'
|
2012-03-10 21:59:08 +00:00
|
|
|
url 'http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2'
|
|
|
|
md5 '862f90bafda118c4d3c5ee6477e50841'
|
2010-01-01 12:43:14 +00:00
|
|
|
|
|
|
|
def install
|
2012-03-10 21:59:08 +00:00
|
|
|
system "./configure", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
2010-01-01 12:43:14 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|