comparison compression/zstd/zstd.sh @ 1107:7791d3dbfecf

vanilla: consolidate licenses and many options
author David Demelier <markand@malikania.fr>
date Wed, 18 Sep 2019 21:01:00 +0200
parents ddab65a5b3f5
children 6710613b88b9
comparison
equal deleted inserted replaced
1106:477457540aa0 1107:7791d3dbfecf
16 # 16 #
17 17
18 PKGNAME=zstd 18 PKGNAME=zstd
19 PKGVERSION=1.3.8 19 PKGVERSION=1.3.8
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="BSD GPLv2" 21 PKGLICENSE="BSD GPLv20"
22 PKGSUMMARY="fast real-time compression algorithm" 22 PKGSUMMARY="fast real-time compression algorithm"
23 PKGDOWNLOAD="https://github.com/facebook/zstd/releases/download/v$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://github.com/facebook/zstd/releases/download/v$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
24 24
25 : ${CC:=clang} 25 : ${CC:=clang}
26 : ${CFLAGS:=-O3} # upstream default 26 : ${CFLAGS:=-O3} # upstream default