|
发表于 2004-9-27 08:22:59
|
显示全部楼层
The Common Debian Build System
http://build-common.alioth.debian.org/
What is it?
In essence, the Common Debian Build System attempts to provide a modular yet very powerful build system for Debian packages. You can use it to create a build system for typical GNU autotools packages in 4 lines, or you can just reuse the CDBS core to implement your own build systems.
Besides autotools.mk, there are also a number of useful other premade classes, such as ones for Perl and Python. Since implementing classes is so easy, you can write your own class for a collection of similar packages, and then propose it for inclusion in CDBS when it's ready. |
|