17 lines
480 B
Bash
17 lines
480 B
Bash
# Template file for 'xhost'
|
|
pkgname=xhost
|
|
version=1.0.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkgconf"
|
|
makedepends="libX11-devel libXmu-devel"
|
|
short_desc="Server access control program for X"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|