Kopete Antispam Plugin

Installation from packages

In Ubuntu 9.10 it's recommended to install plugin from PPA, by addition ppa:alexey-noskov/kde into your Software Sources. Package name is kopete-antispam. Information about PPA: https://launchpad.net/~alexey-noskov/+archive/kde

Installation from sources

To install plugin you need:
  1. Install kopete headers. In Ubuntu it's kdenetwork-dev package, in Debian - libkopete-dev.
  2. Download latest source
  3. Untar it
  4. For KDE4 version:
    cmake -DCMAKE_INSTALL_PREFIX=<Path to KDE4> .
    make
    sudo make install
    
    In Ubuntu and Debian in CMAKE_INSTALL_PREFIX you should pass /usr. For KDE3 version call in console:
    ./configure
    make
    sudo make install
    
  5. Restart Kopete
  6. Enjoy!