gfire is Gaim-Xfire wich you can chat with your xfire contacts in gaim.
i made this howto beacause it was tricky to get work it.

  1. First at all we download the package, download the latest version (0.58).
    https://sourceforge.net/project/show...kage_id=155388
  2. We must install gaim-dev too:
    Code:
    sudo apt-get install gaim-dev
  3. Now we are going to unpack and install it.
    Code:
    tar -xpf /home/youruser/Desktop/gaim-xfire-0.5.8.tar.gz
    change "youruser" to your ubuntu user.
    next thing what we are doing is going into directory:
    Code:
    cd /home/youruser/Desktop/gaim-xfire-0.5.8
    again change "youruser" to your ubuntu user.
    now we install:
    Code:
    sudo ./configure --with-gaim=/usr/lib/pkgconfig/ --prefix=/usr && make && make install
    after that you can remove gaim-xfire-0.5.8 directory.
  4. Thats it!