# Exit on error:
set -e

wget http://www.x.org/releases/individual/lib/libXdamage-1.1.4.tar.bz2
tar xf libXdamage-1.1.4.tar.bz2
cd libXdamage-1.1.4
./configure --prefix=
make install
cd ..
rm -rf libXdamage-1.1.4
rm libXdamage-1.1.4.tar.bz2

exit 0
