summaryrefslogtreecommitdiff
path: root/strata/genivi-smartdevicelink/smartdevicelink-web.morph
blob: 736f9ffc9ce8217139f63b83c78a13762f1cc7a0 (plain)
1
2
3
4
5
6
7
8
9
10
name: smartdevicelink
kind: chunk

configure-commands:
    - cmake -DCMAKE_INSTALL_PREFIX="$PREFIX/smartdevicelink-web" .
build-commands:
    - make
install-commands:
    - make install DESTDIR="$DESTDIR"
    - rm -rf "$DESTDIR/$(pwd)"