# Description: toolset for interaction with virtualized desktop devices
# URL:         http://spice-space.org
# Maintainer:  Thomas Penteker, tek at serverop dot de
# Depends on:  glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol

name=spice
version=0.15.0
release=1
source=(https://www.spice-space.org/download/releases/spice-server/spice-$version.tar.bz2)

build() {
  cd $name-$version

  ./configure --prefix=/usr \
              --datarootdir=/usr/lib \
              --disable-opus \
              --disable-smartcard

  make
  make DESTDIR=$PKG install
}
