# Maintainer: Drake Justice pkgname=xorg-xhost pkgver=1.0.7 pkgrel=1 pkgdesc="Server access control program for X" arch=('x86_64') url="http://xorg.freedesktop.org/" license=('custom') depends=('libx11' 'libxmu') makedepends=('xorg-util-macros') groups=('xorg-apps' 'xorg') source=(http://xorg.freedesktop.org/archive/individual/app/xhost-${pkgver}.tar.bz2) sha1sums=('8abfb0554e14a074f0dbfdda4919880e088545cb') build() { cd "${srcdir}/xhost-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/xhost-${pkgver}" make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }