10 lines
305 B
JSON
10 lines
305 B
JSON
|
{
|
||
|
"name" : "szip",
|
||
|
"dependencies" : "",
|
||
|
"default version" : "2.1.1",
|
||
|
"download" : "git clone https://github.com/erdc/szip.git szip-$VERSION",
|
||
|
"configure" : "./configure --prefix=$PREFIX",
|
||
|
"build" : "make -j $BUILDTHREADS",
|
||
|
"install" : "make install",
|
||
|
"object files" : "7"
|
||
|
}
|