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