18 lines
487 B
Bash
18 lines
487 B
Bash
# Template file for 'xhost'
|
|
pkgname=xhost
|
|
version=1.0.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="libX11-devel libXmu-devel"
|
|
short_desc="Server access control program for X"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.gz"
|
|
checksum=ca850367593fcddc4bff16de7ea1598aa4f6817daf5a803a1258dff5e337f7c3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|