17 lines
476 B
Bash
17 lines
476 B
Bash
# Template file for 'xhost'
|
|
pkgname=xhost
|
|
version=1.0.7
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXmu-devel"
|
|
short_desc="Server access control program for X"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=93e619ee15471f576cfb30c663e18f5bc70aca577a63d2c2c03f006a7837c29a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|