opt/spice-protocol/Pkgfile
2020-06-21 11:19:35 +10:00

16 lines
447 B
Plaintext

# 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
}