Add boost-jam 3.1.18

Fixes Homebrew/homebrew#2012
master
Adam Vandenberg 2010-11-02 22:02:33 -07:00
parent c02274c023
commit be1a812a01
2 changed files with 13 additions and 0 deletions

1
Aliases/bjam Symbolic link
View File

@ -0,0 +1 @@
../Formula/boost-jam.rb

12
Formula/boost-jam.rb Normal file
View File

@ -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