# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=spice-protocol pkgver=0.12.14 pkgrel=0 pkgdesc="Spice protocol header files" url="http://www.spice-space.org/" arch="noarch" license="BSD and LGPL-2.0-or-later" depends="" makedepends="" source="https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2 " builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } # As of version 0.12.13 the check function exists but checks nothing at all! check() { cd "$builddir" make check } package() { cd "$builddir" make pkgconfigdir=/usr/lib/pkgconfig DESTDIR="$pkgdir" install } sha512sums="4266bcbef9f641a97a2ff72f1b01380a41e51f4b1a0dbb73fdf68baf552598a62d5cf0c526adf2997a55ee5d4fe9392927c3d7f4556827bfb2933f59bfab55bb spice-protocol-0.12.14.tar.bz2"