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 - mkdir -p $DESTDIR/opt/smartlink/include - mkdir -p $DESTDIR/opt/smartlink/bin - mkdir -p $DESTDIR/opt/smartlink/lib - mkdir -p $DESTDIR/opt/smartlink/HMI - cp -r SDL_Core/bin/* $DESTDIR/opt/smartlink/bin - cp -r SDL_Core/include/* $DESTDIR/opt/smartlink/include - cp -r SDL_Core/lib/* $DESTDIR/opt/smartlink/lib - cp -r SDL_Core/src/components/HMI/* $DESTDIR/opt/smartlink/HMI - echo "/opt/smartlink/HMI/index.html" > $DESTDIR/opt/smartlink/bin/hmi_link