Boost-jam is now part of boost-build

So remove it, and add/update the appropriate aliases.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-02-13 20:48:54 -06:00
parent 14c7d06af2
commit 0d0a2c1c1b
3 changed files with 2 additions and 13 deletions

View File

@ -1 +1 @@
../Formula/boost-jam.rb
../Formula/boost-build.rb

1
Aliases/boost-jam Symbolic link
View File

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

View File

@ -1,12 +0,0 @@
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/boost-build2/doc/html/bbv2/jam.html'
md5 'f790e022d658db38db5cc4aeeccad3f1'
def install
system "./build.sh"
bin.install Dir["bin.macos*/bjam"]
end
end