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