{ "name": "DLT-daemon", "description": "This component provides a log and trace interface for the GENIVI components", "kind": "chunk", "configure-commands": [ "mkdir build", "cd build && cmake .." ], "build-commands": [ "cd build && make" ], "install-commands": [ "cd build && make install_root=\"$DESTDIR\" install" ] }