Doom64EX icon indicating copy to clipboard operation
Doom64EX copied to clipboard

Unix packages (tar, rpm, deb) & some Unix installation fixes

Open thomaslepoix opened this issue 5 years ago • 1 comments

Hi! Deep respect for your work on doom64. Some things in this PR :

  • Avoid propagating make install to fluidsynth as deploying fluidsynth headers (/usr[/local]/include/fluidsynth*) is not required by doom64ex and it could eventually conflicts with distro versions.

  • Install doom64ex in /usr[/local]/games instead of /usr[/local]/bin on unix targets.

  • Install icon, manpage and desktop file on unix targets.

  • Implement make package on unix targets, that creates tar archives, deb and rpm packages. (Issue #48)

I work with Ubuntu 18.04, the deb package seems to be ok, the rpm seems to be quite identical but I have not tested it.

thomaslepoix avatar Jan 18 '20 01:01 thomaslepoix

This looks pretty good to me. I'll wait for @svkaiser to look at this since I haven't touched the project in ages.

pinkwah avatar Jan 26 '20 16:01 pinkwah