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)"