File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ class Zsync < Formula
3
3
homepage "http://zsync.moria.org.uk/"
4
4
url "http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2"
5
5
sha256 "0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2"
6
- license "Artistic-2.0"
6
+ license all_of : [
7
+ "Artistic-2.0" ,
8
+ "Zlib" , # zlib/
9
+ :public_domain , # librcksum/md4.c, libzsync/sha1.c, zlib/inflate.c
10
+ ]
7
11
8
12
livecheck do
9
13
url "http://zsync.moria.org.uk/downloads"
@@ -31,8 +35,7 @@ def install
31
35
# Fix compile with newer Clang
32
36
ENV . append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools . clang_build_version >= 1403
33
37
34
- system "./configure" , "--disable-dependency-tracking" ,
35
- "--prefix=#{ prefix } "
38
+ system "./configure" , *std_configure_args
36
39
system "make" , "install"
37
40
end
38
41
You can’t perform that action at this time.
0 commit comments