From 7e012c353ea71785e24676882424da910a33e40c Mon Sep 17 00:00:00 2001 From: Daniel Russel Date: Mon, 20 Aug 2012 14:42:09 -0700 Subject: avro-cpp 1.7.2 Closes #14322. Signed-off-by: Adam Vandenberg --- Library/Formula/avro-cpp.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/avro-cpp.rb (limited to 'Library/Formula/avro-cpp.rb') diff --git a/Library/Formula/avro-cpp.rb b/Library/Formula/avro-cpp.rb new file mode 100644 index 000000000..dad5c843d --- /dev/null +++ b/Library/Formula/avro-cpp.rb @@ -0,0 +1,15 @@ +require 'formula' + +class AvroCpp < Formula + homepage 'http://avro.apache.org/' + url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.2/cpp/avro-cpp-1.7.2.tar.gz' + sha1 'f9116583e4f230288317410404b066664722f9e4' + + depends_on 'cmake' => :build + depends_on 'boost' + + def install + system "cmake", ".", *std_cmake_args + system "make install" + end +end -- cgit v1.2.3