2022-09-18 20:49:11 +02:00
|
|
|
{
|
|
|
|
"name" : "szip",
|
|
|
|
"dependencies" : "",
|
|
|
|
"default version" : "2.1.1",
|
|
|
|
"download" : "git clone https://github.com/erdc/szip.git szip-$VERSION",
|
2022-09-25 02:01:31 +02:00
|
|
|
"configure" : "./configure --prefix=$PREFIX $SHARED",
|
2022-09-18 20:49:11 +02:00
|
|
|
"build" : "make -j $BUILDTHREADS",
|
|
|
|
"install" : "make install",
|
|
|
|
"object files" : "7"
|
|
|
|
}
|