I'm trying to create Debian package from source files, but I'm stuck. What I want to achieve:
- Download Erlang source (https://erlang.org/download/otp_src_23.1.tar.gz)
- Create the Debian package from it with configure option "--enable-fips"
- Be able to install that package on other machines
Is there any simple solution for a case like this?