From c7a7ba22bd4e1da50d1bb9d61ad6287894794c17 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 5 Nov 2012 16:09:41 +0000 Subject: Add morphology --- DLT-daemon.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DLT-daemon.morph 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" + ] +} + -- cgit v1.2.1