69ed39ed86
There are no dependencies on external software and the syntax of .pmk files is more than tollerable. A quick example of the syntax can be found here (scroll down to the pmkscan section): http://premk.sourceforge.net/example.html
15 lines
513 B
Text
15 lines
513 B
Text
What is pmk:
|
|
|
|
The meaning of pmk is "Pre Make Kit", a dependency configuring tool.
|
|
It aims to be considered as an alternative to GNU autoconf.
|
|
|
|
Goals:
|
|
|
|
*) Avoid the use of scripts in packages that can hide trojans.
|
|
*) Try to keep the needed dependencies near from zero (actually we're
|
|
at zero).
|
|
*) Make it easy to use for users and developpers.
|
|
*) Provide the package in a free and usable license for everybody (BSD).
|
|
*) Limit the changes in sources for a transition from autoconf.
|
|
|
|
WWW: http://premk.sf.net/
|