eth0s/toolchain/20-gzip
2021-04-18 08:19:42 +08:00

10 lines
162 B
Text
Executable file

name=gzip
version=1.10
source="http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}