I feel like I should be able to set all of these with option switches when doing a cli install:
PRODUCT="Prince"
PROGRAM="prince"
VERSION="8.0"
WEBSITE="http://www.princexml.com"
prefix=/usr/local
Alternately, I should be prompted for each of them during install.
My reasoning for this request:
I can only currently change the prefix. I would like to have multiple copies of prince installed side-by-side, and I want them installed in /usr/local/. Right now that means I'm going to be installing to /usr/local/prince/8.0 and /usr/local/prince/7.1/ as my prefixes, which is going to lead to some ugly-ass directory structure.
Bonus points for detecting previous versions of prince and automatically making new bin files (e.g. prince70, prince71, prince80, etc).
PRODUCT="Prince"
PROGRAM="prince"
VERSION="8.0"
WEBSITE="http://www.princexml.com"
prefix=/usr/local
Alternately, I should be prompted for each of them during install.
My reasoning for this request:
I can only currently change the prefix. I would like to have multiple copies of prince installed side-by-side, and I want them installed in /usr/local/. Right now that means I'm going to be installing to /usr/local/prince/8.0 and /usr/local/prince/7.1/ as my prefixes, which is going to lead to some ugly-ass directory structure.
Bonus points for detecting previous versions of prince and automatically making new bin files (e.g. prince70, prince71, prince80, etc).