Skip to content

Commit 857d159

Browse files
authored
Merge pull request Homebrew#182588 from Homebrew/zsync-license
zsync: update license and use std_configure_args
2 parents d14d934 + 702c6b0 commit 857d159

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Formula/z/zsync.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ class Zsync < Formula
33
homepage "http://zsync.moria.org.uk/"
44
url "http://zsync.moria.org.uk/download/zsync-0.6.2.tar.bz2"
55
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+
]
711

812
livecheck do
913
url "http://zsync.moria.org.uk/downloads"
@@ -31,8 +35,7 @@ def install
3135
# Fix compile with newer Clang
3236
ENV.append_to_cflags "-Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403
3337

34-
system "./configure", "--disable-dependency-tracking",
35-
"--prefix=#{prefix}"
38+
system "./configure", *std_configure_args
3639
system "make", "install"
3740
end
3841

0 commit comments

Comments
 (0)