10 lines
338 B
JSON
10 lines
338 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|