2010-11-03 05:02:33 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class BoostJam < Formula
|
2010-11-03 05:02:33 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/boost/boost-jam/3.1.18/boost-jam-3.1.18.tgz'
|
2012-01-28 20:50:34 +00:00
|
|
|
homepage 'http://www.boost.org/boost-build2/doc/html/bbv2/jam.html'
|
2010-11-03 05:02:33 +00:00
|
|
|
md5 'f790e022d658db38db5cc4aeeccad3f1'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./build.sh"
|
|
|
|
bin.install Dir["bin.macos*/bjam"]
|
|
|
|
end
|
|
|
|
end
|