From cd810bd87c6dc2af003ce0d0f2e8bf92b1d97657 Mon Sep 17 00:00:00 2001 From: Tanner Lovelace Date: Fri, 7 Jun 2013 14:44:27 -0400 Subject: Boost bcp 2013.06-svn Closes #20333. Signed-off-by: Adam Vandenberg --- Library/Formula/boost-bcp.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/boost-bcp.rb (limited to 'Library') diff --git a/Library/Formula/boost-bcp.rb b/Library/Formula/boost-bcp.rb new file mode 100644 index 000000000..c8057d5a5 --- /dev/null +++ b/Library/Formula/boost-bcp.rb @@ -0,0 +1,19 @@ +require 'formula' + +class BoostBcp < Formula + homepage 'http://www.boost.org/doc/tools/bcp/' + url 'http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2' + version '2013.06-svn' + sha1 'e6dd1b62ceed0a51add3dda6f3fc3ce0f636a7f3' + + head 'http://svn.boost.org/svn/boost/trunk/' + + depends_on 'boost-build' => :build + + def install + cd 'tools/bcp' do + system "b2" + prefix.install "../../dist/bin" + end + end +end -- cgit v1.2.3