RPM-build
You can build your own rpm from the tarballs, there is already a spec file inside the tarball. On an rpm-based linux distribution, do the following:
- Make src.rpm file
rpmbuild -ts manaplus-version.tar.bz2
- Make binary rpm file, which you can install.
rpmbuild --rebuild manaplus-version.src.rpm