summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform/poi-service.morph
blob: be45290c410af239e52fabb87192fc97e191c048 (plain)
1
2
3
4
5
6
7
8
9
name: poi-service
kind: chunk
configure-commands:
- mkdir build
- cd build && cmake .. -DCMAKE_INSTALL_PREFIX="$PREFIX"
build-commands:
-  cd build && make
install-commands:
- cd build && make DESTDIR="$DESTDIR" install