2020-06-20 11:50:11 +10: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 11:50:11 +10:00
|
|
|
# Depends on: meson ninja
|
2013-10-24 12:49:58 +02:00
|
|
|
|
|
|
|
name=spice-protocol
|
2020-06-21 11:17:02 +10:00
|
|
|
version=0.14.2
|
2013-10-24 12:49:58 +02:00
|
|
|
release=1
|
2020-06-21 11:17:02 +10:00
|
|
|
source=(https://spice-space.org/download/releases/$name-$version.tar.xz)
|
2013-10-24 12:49:58 +02:00
|
|
|
|
|
|
|
build() {
|
2020-11-21 18:05:49 +01:00
|
|
|
meson setup build $name-$version \
|
|
|
|
--prefix=/usr \
|
|
|
|
--buildtype=plain
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2013-10-24 12:49:58 +02:00
|
|
|
}
|