Meta Configuration of Package scons
1
<package name="scons" project="devel">
2
<title>Replacement for Make</title>
3
<description>SCons is a make replacement that provides a range of enhanced features,
4
such as automated dependency generation and built-in compilation cache
5
support. SCons rule sets are Python scripts, which means that SCons
6
provides itself as well as the features. SCons allows you to use the
7
full power of Python to control compilation.
8
9
10
11
Authors:
12
--------
13
Steven Knight <knight@baldmt.com>
14
Chad Austin
15
Charles Crain
16
Steve Leblanc
17
Gary Oberbrunner
18
Anthony Roach
19
Greg Spencer
20
Christoph Wiedemann</description>
21
<person userid="hostmaster" role="bugowner"/>
22
<person userid="hostmaster" role="maintainer"/>
23
<build>
24
<disable repository="CentOS_5"/>
25
<disable repository="RHEL_5"/>
26
<disable repository="openSUSE_11.0"/>
27
</build>
28
</package>
29