opt/spice-protocol/Pkgfile

17 lines
446 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.3
release=1
source=(https://spice-space.org/download/releases/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain
DESTDIR=$PKG meson install -C build
}