libinstaller/config/zlib.json

10 lines
338 B
JSON
Raw Permalink Normal View History

{
"name" : "zlib",
"dependencies" : "",
"default version" : "1.2.11",
"download" : "git clone --depth 1 --branch v$VERSION https://github.com/madler/zlib.git zlib-$VERSION",
"configure" : "./configure --prefix=$PREFIX",
"build" : "make -j $BUILDTHREADS",
"install" : "make install",
"object files" : "19"
}