eth0s/toolchain/35-zlib

11 lines
153 B
Text
Raw Normal View History

name=zlib
version=1.2.11
source=(https://zlib.net/zlib-$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
}