void-packages/srcpkgs/xhost/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

19 lines
616 B
Text

# Template build file for 'xhost'.
pkgname=xhost
version=1.0.4
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Server access control program for X"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5e02c06caeb7a258f3621bf11459a7820cfeaf9bf269c1f8da86d7071346a594
long_desc="
This package provides xhost, the server access control program for X.
This is from the modular X.org X11 project."
Add_dependency run glibc
Add_dependency run libX11
Add_dependency run libXmu
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libXmu-devel