I sort of want to build a package manager for Solaris and other ancient systems, to make it easier to bring up software that I need on there (so that I only have to go through the effort once and then can install it on a second or third or fourth Sun computer, too)
Actually, maybe a more general solution would be, if I need multiple versions of e.g. libjpeg, to mkdir:
/usr/local/lib/libjpeg
with the sub-directories:
v5
v6
v9
latest -> v9
Though the path handling would become really annoying...
@vaporeon_ you ever hear of the slashpackage convention? or, somewhat similarly, what GoboLinux is doing?
@vaporeon_ https://cr.yp.to/slashpackage.html
never really caught on, and definitely not FHS-compliant these days, but it’s got interesting ideas
my mail server, s/qmail, expects to be installed according to this convention, actually