name: smartdevicelink kind: chunk configure-commands: - cmake -D HMI2=ON -DCMAKE_INSTALL_PREFIX="$PREFIX/smartdevicelink" . build-commands: - make install-commands: - make install DESTDIR="$DESTDIR" - rm -rf "$DESTDIR/$(pwd)"