I have rebuilt my packages and made a real repository of them - no rapidshare.de any more. They are signed and have repository metadata, so you can use dependency resolving package managers to install them.
The repository URL is:
http://gw78.sam-city.com/suse/10.1wuischke, forgive me, the idea and even the webspace provider is stolen from you.

- YaST users:
Use YaST -> Software -> Installation source -> Add -> HTTP and enter the following data:
Protocol: HTTP
Server Name: gw78.sam-city.com
Directory on Server: suse/10.1
Authentication: Anonymous
It will ask whether you want to import my GPG key. Do it, afterwards you can install aMule via YaST -> Software -> Software Management.
- smart users:
You have to import my GPG key manually, use the command
rpm --import http://gw78.sam-city.com/suse/10.1/repodata/repomd.xml.key
Then create a new channel with this information:
[aMule]
type = rpm-md
name = aMule and related packages
baseurl = http://gw78.sam-city.com/suse/10.1
Now you can install aMule like any other package:
smart install aMule
Or use the GUI if you prefer and if it is installed:
smart --gui
- yum users:
Import my GPG key:
rpm --import http://gw78.sam-city.com/suse/10.1/repodata/repomd.xml.key
Create a file /etc/yum.repos.d/aMule.repo with the following content:
[aMule]
name=aMule and related packages
baseurl=http://gw78.sam-city.com/suse/10.1
enabled=1
gpgcheck=1
Now you can install aMule like any other package:
yum install aMule
- apt users:
Make sure that your apt version supports repomd.
Import my GPG key:
rpm --import http://gw78.sam-city.com/suse/10.1/repodata/repomd.xml.key
Add this line to your /etc/apt/sources.list:
repomd http://gw78.sam-city.com/suse/10.1
Now you can install aMule like any other package:
apt install aMule
If you prefer installing the packages manually, you can of course still do so, but this is no longer recommended.
The rapidshare.de downloads remain valid until the next release, but I will not upload any further packages there.