pkgname=spice pkgver=0.12.8 pkgrel=1 pkgdesc="SPICE client and server" arch=('x86_64') url="https://spice-space.org" license=('LGPL2.1') depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama libxfixes libxrandr pixman) makedepends=(python2-pyparsing python2-six qemu spice-protocol) source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2) md5sums=('376853d11b9921aa34a06c4dbef81874') build() { cd "$srcdir/$pkgname-$pkgver" PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard --enable-client make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }