Would you mind to compile a package on your own? It's not as difficult as it sounds.
First you need your system build-ready. This means you have installed all packages which are neccessary for the compilation of aMule.
This are gcc, gcc-c++, gtk, gtk-devel, zlib-devel, libpng-devel, gd-devel and wxgtk-devel which you can install via YAST.
By typing the following code into the terminal you should be able to compile a RPM for Suse 10.1.
wget [URL]http://download2.berlios.de/amule/aMule-2.1.2.tar.bz2[/URL]
rpmbuild -ta aMule-2.1.2.tar.bz2
(Please excuse any mistakes in my explanation, unfortunately didn't I use Suse for a while. Please ask should there be any problems.)
Ciao