Making a Suse RPM for the Staden Package
Last modified on July 24, 2026 • 1 min read • 59 wordsAs the binaries work on all Suse distributions, I though to skip the build process and just have the binaries unpacked by rpm and then add the suse-specific files to the correct places.
export STADENROOT=/usr/local/staden-linux-1-4-1and sourcing /usr/local/staden-linux-1-4-1/staden.profilein ~/.bashrc.Thus the unpacking would be justtar --extract --verbose --gzip --absolute-names --file=staden-linux-1-4-1.tar.gzandchown -R root:root /usr/local/staden-linux-1-4-1