= SCons =
== Description ==
SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
Website: http://www.scons.org/
== License ==
X/MIT
== SPKG Maintainers ==
 * Michael Abshoff
 * Joel B. Mohler
== Upstream Contact ==
 * SCons mailing lists - see http://www.scons.org/lists.php
== Dependencies ==
 * Python
== Changelog ==
=== scons-1.2.0 (Mike Hansen, June 19th, 2009) ===
 * Updated to 1.2.0.
=== scons-0.97.0d20071212 (Michael Abshoff, March 24th, 2008) ===
 * update to latest 0.97 snapshot release
 * remove "-no_archive" from ifort.py (#1618)
 * make sure SAGE_LOCAL is defined (#633)
=== scons-0.97 (Joel B. Mohler) ===
 * initial version