libinstaller/config/xml2.json

11 lines
370 B
JSON

{
"name" : "xml2",
"dependencies" : "",
"default version" : "2.8.0",
"download" : "git clone --depth 1 --branch v$VERSION https://gitlab.gnome.org/GNOME/libxml2.git xml2-$VERSION",
"configure" : "./autogen.sh ; ./configure --prefix=$PREFIX $SHARED",
"build" : "make -j $BUILDTHREADS",
"install" : "make install",
"object files" : "133"
}