ciphrex/mSIGNA

Generalize build chain

sspreitzer opened this issue · 0 comments

Hi, I was just about to package this for Fedora Linux but stumpled upon many pitfalls. It mostly strips down to;

  • Configure should be seperate
  • Make should be seperate
  • Install should be seperate

Can you maybe please think of using standard configure / make procedures as they are used by most C/C++ based Software?
Benefits:

  • Configure allows customization of paths and build program names (eg. qmake-qt5 instead of qmake) (pkgconfig, etc..)
  • Control of CFLAGS
  • Control of installation destination (DESTDIR)
  • etc...