Autopackage

Just came across a tool called "autopackage" to build multi-distribution binary packaging framework for Linux systems. At last, what took OSS developers so long! Many useful docs here!

Also contains several interesting sub-tools such as BinReloc (find your own exe and shlib path, great for starkits/packs), apgcc (compile using older libs so the shared libs don't break on older systems, great for tclkit), Relaytool (use run-time dynamic calls as if they were static), and Scandeps (analyze ELF executables).