This package is merely a fork of ncurses' terminfo.src
file, with enough autotools stuff around it so that it
can be build separately.

It also includes the xterm.terminfo data from XFree86-4.2.0.

Recommend:
./configure --prefix=/usr --enable-symlinks --enable-tcap-names \
  --with-default-terminfo-dir=/usr/share/terminfo \
  --with-install-prefix=/tmp
make install.data 

As configured, it creates and installs the ncurses terminfo data
including ncurses' version of the xterm entries.  Then, it overwrites
those xterm entries with the data from xterm.terminfo (e.g. XFree86
4.2.0).

