# Depends on libice

# Exit on error:
set -e

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

exit 0
