# Exit on error:
set -e

wget http://www.x.org/releases/individual/app/iceauth-1.0.6.tar.bz2
tar xf iceauth-1.0.6.tar.bz2
cd iceauth-1.0.6
./configure --prefix=
make install
cd ..
rm -rf iceauth-1.0.6
rm iceauth-1.0.6.tar.bz2

exit 0
