# Script by Ypnose - http://ywstd.fr # zlib SOLVER="1.3.1" #SOLSRC="https://zlib.net/zlib-${SOLVER}.tar.gz" SOLSRC="zlib-${SOLVER}.tar.xz" SOLSUM="b75afc289d7f455dd24eae160dc2176c5b726f381594f87c8f08282c62581849" SOLLIB="1" run_task() { set_flag ./configure --prefix="$SOLBASE" --static def_make make install }