# Note: depends on pkg-config
# Note: depends on libX11
# Note: depends on libXmu
wget -c http://www.x.org/releases/individual/app/xhost-1.0.8.tar.bz2
tar -xjf xhost-1.0.8.tar.bz2
cd xhost-1.0.8
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install