A kioslave for RAR archives.
This is a very basic kioslave that supports RAR archives. Only listing, reading and deleting files actions is currently support. It depends on unrar or rar to handle the archives.

The kio_rar is in KDE SVN now. If you want to get the up-to-date version, checkout the kdeplayground/ioslaves/kio_rar.

 svn co -N svn://anonsvn.kde.org/home/kde/trunk/kdeplayground/ioslaves
 cd ioslaves
 svn co -r 439784 svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
 svn up kio_rar
 make -f Makefile.cvs
 ./configure
 make
 make install
