void-packages/srcpkgs/xhost/template

22 lines
578 B
Plaintext
Raw Normal View History

# Template build file for 'xhost'.
pkgname=xhost
2011-02-19 10:53:52 +01:00
version=1.0.4
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXmu-devel"
short_desc="Server access control program for X"
2013-03-31 09:52:39 +02:00
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
2011-02-19 10:53:52 +01:00
checksum=5e02c06caeb7a258f3621bf11459a7820cfeaf9bf269c1f8da86d7071346a594
long_desc="
This package provides xhost, the server access control program for X."
2011-02-19 10:53:52 +01:00
xhost_package() {
pkg_install() {
vmove usr
}
}