# Maintainer: Natanael Copa pkgname=xhost pkgver=1.0.9 pkgrel=1 pkgdesc="Controls host and/or user access to a running X server" url="https://xorg.freedesktop.org/" arch="all" license="MIT" subpackages="$pkgname-doc" makedepends="libx11-dev libxmu-dev libxau-dev util-macros" source="https://www.x.org/releases/individual/app/xhost-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --mandir=/usr/share/man \ --with-localedir=no make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums=" d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818 xhost-1.0.9.tar.xz "