summaryrefslogtreecommitdiff
path: root/homebrew/squashfs/.make.sh-auto
blob: e214d7e5695c7d1539aa6abd8b25e1e9749b545f (plain)
1
2
3
4
5
pkg:setup
args = %W[EXTRA_CFLAGS=-std=gnu89 LZ4_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZO_DIR=#{Formula["lzo"].opt_prefix} LZO_SUPPORT=1 XATTR_SUPPORT=0 XZ_DIR=#{Formula["xz"].opt_prefix} XZ_SUPPORT=1 ]
cd "squashfs-tools" 
make *args
bin.install %w[mksquashfs unsquashfs]