opt/spice-protocol/Pkgfile

16 lines
447 B
Plaintext
Raw Normal View History

2020-06-20 03:50:11 +02:00
# Description: Protocol headers for interaction with virtualized desktop devices
# URL: https://spice-space.org
2013-10-24 12:49:58 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2020-06-20 03:50:11 +02:00
# Depends on: meson ninja
2013-10-24 12:49:58 +02:00
name=spice-protocol
2020-06-21 03:17:02 +02:00
version=0.14.2
2013-10-24 12:49:58 +02:00
release=1
2020-06-21 03:17:02 +02:00
source=(https://spice-space.org/download/releases/$name-$version.tar.xz)
2013-10-24 12:49:58 +02:00
build() {
2020-06-20 03:50:11 +02:00
meson build $name-$version --prefix /usr
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
2013-10-24 12:49:58 +02:00
}