# Description: Protocol headers for interaction with virtualized desktop devices # URL: https://spice-space.org # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: meson ninja name=spice-protocol version=0.14.2 release=1 source=(https://spice-space.org/download/releases/$name-$version.tar.xz) build() { meson build $name-$version --prefix /usr ninja -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build }