# Contributor: Sören Tempel # Maintainer: Valery Kartel pkgname=wayland-protocols pkgver=1.14 pkgrel=0 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="http://wayland.freedesktop.org" arch="noarch" license="MIT" depends= provides="$pkgname-dev" makedepends="wayland-dev" subpackages= source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make -C "$builddir" check } package() { make -C "$builddir" DESTDIR="$pkgdir" install } sha512sums="78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b282bbbb9ea9d9f52809d6b8187a204 wayland-protocols-1.14.tar.xz"