how to create a package of make?
Hi,
on ubuntu trusty (14.04) the version of make is 3.81, but I need a newer version, like 4.1 or 4.2.1. It looks like this package is not available officially, so probably I need to create it. How can I construct an installable "almost official" make package?
Actually I have downloaded the sources, ./configure make and make install work, but I need a deb package. What is the next step?
|