# Compiling time: 0.47 SBU # Contributor: kikadf # Contributor: bouleetbil # Maintainer: Marius Cirsta pkgname=spice pkgver=0.13.2 pkgrel=1 url="http://spice-space.org" source=("http://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2") up2date="Flasttar http://www.spice-space.org/download/releases/" pkgdesc="Implements the SPICE protocol" depends=() makedepends=('python-six' 'spice-protocol' 'pyparsing' 'x11-protos libglu') groups=('xlib-extra') archs=('i686' 'x86_64') sha1sums=('dee7a41159d50e532fcc831134724ba263f4bf7d') Fconfopts+=" --enable-gui --enable-opengl" options+=('force') subpkgs=("${subpkgs[@]}" 'spice-server') subdescs=("${subdescs[@]}" 'Implements the server side of the SPICE protocol') subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver") subdepends=("${subdepends[@]}" "celt051>=0.5.1.3-2 libjpeg>=9b cyrus-sasl pixman>=0.32.8-2 openssl>=1.0.2-5") subgroups=("${subgroups[@]}" 'xlib-extra') subarchs=("${subarchs[@]}" 'i686 x86_64') suboptions+=('force') build() { Fcd Fconf Fsed "tests" "" server/Makefile* make || Fdie make DESTDIR=$Fdestdir install || Fdie Fsplit spice-server usr/lib/libspice-server.so* Fsplit spice-server usr/lib/pkgconfig/spice-server.pc } # optimization OK