# Note: depends on pkg-config
# Note: depends on libXfont
wget -c http://www.x.org/releases/individual/app/bdftopcf-1.1.tar.bz2
tar -xjf bdftopcf-1.1.tar.bz2
cd bdftopcf-1.1
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install