SlackBuildsOrg/development/ftjam
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
ftjam.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
ftjam.SlackBuild
README
slack-desc

ftjam is make like program construction tool

This is "FT-Jam", a simple derivative of the Jam build tool, based on
and 100% compatible with Jam 2.5. 

Jam recursively builds target files from source files, using
dependency information and updating actions expressed in the Jambase
file, which is written in jam's own interpreted language.  The default
Jambase is compiled into jam and provides a boilerplate for common
use, relying on a user-provide file "Jamfile" to enumerate actual
targets and sources.