Package: jam Version: 2.4 Revision: 1 Maintainer: Ben Hines Source: ftp://ftp.perforce.com/pub/%n/%n-%v.zip Source-MD5: 9af98a917377fa7406b2f5f5be5e26b6 Patch: %f.patch CompileScript: make CC=gcc3 InstallScript: << mkdir -p %i/bin cp bin.macosxppc/jam %i/bin cp bin.macosxppc/mkjambase %i/bin << DocFiles: README Jam.html Jambase.html Jamfile.html RELNOTES Porting Description: Just Another Make build tool DescDetail: << Jam is a software build tool that makes building simple things simple and building complicated things manageable. Jam is a very good solution in the following situations: * Conventional C/C++ compile-and-link builds. * Building from the same sources, according to the same dependencies, on a variety of platforms. * Distributing self-contained build steps onto multiple processors. The version of jam included with Mac OS X has been heavily modified for use with Project Builder. This is the standard UNIX distribution. << Homepage: http://www.perforce.com/jam/jam.html License: GPL