# Exit on error:
set -e

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

exit 0
