eth0s/toolchain/20-gzip

11 lines
162 B
Text
Raw Normal View History

name=gzip
version=1.10
2021-04-18 08:19:42 +08:00
source="http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz"
2018-12-01 00:12:45 +08:00
build() {
cd $name-$version
2018-12-01 00:12:45 +08:00
./configure --prefix=/tools
make
make install
}