21 lines
578 B
Text
21 lines
578 B
Text
# Template build file for 'xhost'.
|
|
pkgname=xhost
|
|
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"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=5e02c06caeb7a258f3621bf11459a7820cfeaf9bf269c1f8da86d7071346a594
|
|
long_desc="
|
|
This package provides xhost, the server access control program for X."
|
|
|
|
xhost_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|