name=zlib
version=1.2.11
source=(https://zlib.net/zlib-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}