# Depends on libxrender
# Depends on libxft

# Exit on error:
set -e

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

exit 0
