# Contributor: Natanael Copa # Maintainer: A. Wilcox pkgname=spice-protocol pkgver=0.14.1 pkgrel=0 pkgdesc="Spice protocol header files" url="https://www.spice-space.org/" arch="noarch" license="BSD-3-Clause AND LGPL-2.1+" depends="" makedepends="" subpackages="" source="https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { make check } package() { make pkgconfigdir=/usr/lib/pkgconfig DESTDIR="$pkgdir" install } sha512sums="88b0e652564a1f826ee6d3c165ab05c40d13f366567db3840805f03d433d13d7f722225219c26759770d2cde33221fe6d97528521d0eb14bc069cd7ce9af8482 spice-protocol-0.14.1.tar.bz2"