summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DLT-daemon.morph16
1 files changed, 16 insertions, 0 deletions
diff --git a/DLT-daemon.morph b/DLT-daemon.morph
new file mode 100644
index 0000000..10415a8
--- /dev/null
+++ b/DLT-daemon.morph
@@ -0,0 +1,16 @@
+{
+ "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"
+ ]
+}
+