mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 04:44:57 +02:00
24 lines
670 B
Text
24 lines
670 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=spice-protocol
|
|
pkgver=0.14.5
|
|
pkgrel=0
|
|
pkgdesc="Spice protocol header files"
|
|
url="http://www.spice-space.org/"
|
|
arch="noarch"
|
|
license="BSD-3-Clause AND LGPL-2.1-or-later"
|
|
options="!check" # No test suite
|
|
makedepends="meson"
|
|
source="https://www.spice-space.org/download/releases/spice-protocol-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson build
|
|
meson compile -C build/
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C build
|
|
}
|
|
|
|
sha512sums="
|
|
45bec8b427f3ae8df62e946eb21d3d31deed5e404d58cb9cd143669a2abb94d9ceb8add4f28b483a9c4215a8edba25be9308b6d3b63ad1ddc21653e0ab068dbc spice-protocol-0.14.5.tar.xz
|
|
"
|