Installation from source
Get the source-package from the download page.
tar xfvz kio_psp-<VERSION>.tar.gz
cd kio_psp-<VERSION>
./configure --prefix=<where KDE is installed>
make
make install # Probably you need root-privileges
Installation from CVS
You have to download the sources from CVS:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp co -P kio_psp
Get the admin-directory, used by the build-system.
cd kio_psp
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.3/kde-common/admin
Compile and install.
make -f Makefile.cvs
./configure --prefix=<where KDE is installed>
make
make install # Probably you need root-privileges