# Depends on freetype
# Depends on libfontenc

# Exit on error:
set -e

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

exit 0
