Does that distro use yum? What happens if you add the WINE repository and do (as
root) "yum install wine"? Or do you not know the repository for Wine
for that distro (I sure don't!).
You could always compile from source. It's not as hard as it sounds...once
you have the dependencies. There's a script out there for installing the
dependencies for Wine into various distros. Even if your distro isn't
supported by the script, you can open it with a text editor and find the list of
dependencies and copy and paste into terminal. Here is the script:
http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh
Cheers,
Jake