zsync 0.6.2
This commit is contained in:
parent
4951d2230a
commit
7b29f887ca
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Zsync < Formula
|
class Zsync < Formula
|
||||||
url 'http://zsync.moria.org.uk/download/zsync-0.6.1.tar.bz2'
|
|
||||||
homepage 'http://zsync.moria.org.uk/'
|
homepage 'http://zsync.moria.org.uk/'
|
||||||
md5 'cab880e6cb3a5b0976b0930a5b6e3256'
|
url 'http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2'
|
||||||
|
md5 '862f90bafda118c4d3c5ee6477e50841'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
system "./configure", "--disable-dependency-tracking",
|
||||||
|
"--prefix=#{prefix}"
|
||||||
system "make install"
|
system "make install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue