added gzip toolchain step
This commit is contained in:
7
build/gzip/package.env
Normal file
7
build/gzip/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export GZIP_VERSION=1.14
|
||||
|
||||
IFS='.' read -r GZIP_VERSION_MAJOR GZIP_VERSION_MINOR <<< $GZIP_VERSION
|
||||
export GZIP_VERSION_MAJOR GZIP_VERSION_MINOR
|
||||
|
||||
export GZIP_URL=https://mirror.ufs.ac.za/gnu/gzip/gzip-$GZIP_VERSION.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user