diff options
Diffstat (limited to 'homebrew/unzip/.make.sh-auto')
-rw-r--r-- | homebrew/unzip/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/unzip/.make.sh-auto b/homebrew/unzip/.make.sh-auto new file mode 100644 index 000000000..e5fe3b585 --- /dev/null +++ b/homebrew/unzip/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +make -f unix/Makefile CC=${PKG_TARG}-clang LOC=-DLARGE_FILE_SUPPORT D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 macosx LFLAGS1=-liconv +make prefix=${PKG_TAPF} MANDIR=#{man1} DESTDIR=${PKG_DEST} install |