# Exit on error:
set -e

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

exit 0
