February 09, 2015
They are MakefileForD

https://github.com/bioinfornatics/MakefileForD

It is easy to use. You have only to set First lines:

export PROJECT_NAME =
export AUTHOR	   =
export DESCRIPTION  =
export VERSION	  =
export LICENSE	  =
ROOT_SOURCE_DIR	 =
EXE_NAME =

and that will find automatically file to build and install it with respect of the filesystem hierarchy standard (FHS).

Packager will love it is customizable as a packager want to be (not dub)
with standard var:
- INCLUDE_DIR
- BIN_DIR
- LIB_DIR
- DATA_DIR
- DESTDIR

Yes is not a D program but at least is well documented, used everywhere and does the job easily, any linux has make...



February 13, 2015
On 02/02/2015 09:09 AM, Vladimir Panteleev wrote:
>
> Change my view.

Most important point for dub, there is central registry that enables the http://en.wikipedia.org/wiki/Network_effect.

15 16 17 18 19 20 21 22 23 24 25
Next ›   Last »