Meta Configuration of Package kbuild
1
<package name="kbuild" project="devel:tools:building">
2
<title>framework for writing simple makefiles for complex tasks</title>
3
<description>The goals of the kBuild framework: - Similar behavior across all
4
supported platforms
5
6
- Flexibility, don't create unnecessary restrictions preventing
7
ad-hoc solutions
8
9
- Makefiles can be simple to write and maintain
10
11
- One configuration file for a subtree automatically included
12
13
- Target configuration templates as the primary mechanism for
14
makefile simplification
15
16
- Tools and SDKs for helping out the templates with flexibility
17
18
- Non-recursive makefile method by using sub-makefiles
19
</description>
20
</package>
21