Kazaalite works flawlessly through WINE. The first thing you will have to do is get WINE from here:
http://www.winehq.org/?page=download
Follow the installation instructions, and then get a Kazalite *.exe installation file from somewhere. I am using Kazaalite 1.7.2, but I know that newer versions have been released. If you want to see how to run different versions of Kazaa/Kazaalite with WINE, you can check out this page:
http://frankscorner.org/
I am using KLite v 1.7.2, so I will give you a blueprint to follow of how I got it to work.
Install WINE, setting up a 'fake_windows' directory on your Linux drive.
Just for the sake of testing WINE, I made a small Win98 partition, so I could could grab all of the *.dll files I would need. *.dlls are M$ propreitary, and WINE cannot ship some of them. If you don't have windows 98, you can search google for DLLs.
I copied all of my DLLs from the Win98 drive to the fake_windows drive:
# cp $WINDOWS_PARTITION_MOUNTED_DRIVE/windows/system/*.dll \
~/.wine/fake_windows/Windows/System
Then, I installed kazaa through wine:
# /opt/wine/bin/wine kazaalite_v1_7_2.exe
That will launch wine, and run the installer, which looks just like InstallShield on Window$.
After it installs, I run this command when I want to run Kazaa:
# /opt/wine/bin/wine ~/.wine/fake_windows/NAME_OF_DIRECTORY_WHERE_KAZAA_WAS_INSTALLED/Kazaa.exe -dll comctl32,shlwapi,shdocvw=n
It works great. It just takes a little poking around with to get it going. WINE can run a rack of other windows programs as well. Take at look at
http://frankscorner.org and have a look.