diff options
| author | Adam Vandenberg | 2010-11-02 22:02:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-02 22:02:33 -0700 |
| commit | c5e37908765ce0702adb18ab2379bc61be8e8594 (patch) | |
| tree | 27f61784f4d219518c60c2dabe5b06e452c1c0e1 /Library/Formula | |
| parent | dbf7f88113b15fa2dae9fe59892bd54d46a9009d (diff) | |
| download | homebrew-c5e37908765ce0702adb18ab2379bc61be8e8594.tar.bz2 | |
Add boost-jam 3.1.18
Fixes #2012
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/boost-jam.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/boost-jam.rb b/Library/Formula/boost-jam.rb new file mode 100644 index 000000000..f6d57b5d6 --- /dev/null +++ b/Library/Formula/boost-jam.rb @@ -0,0 +1,12 @@ +require 'formula' + +class BoostJam <Formula + url 'http://downloads.sourceforge.net/project/boost/boost-jam/3.1.18/boost-jam-3.1.18.tgz' + homepage 'http://www.boost.org/doc/tools/build/doc/html/jam/usage.html' + md5 'f790e022d658db38db5cc4aeeccad3f1' + + def install + system "./build.sh" + bin.install Dir["bin.macos*/bjam"] + end +end |
