Skip to content

Commit

Permalink
avro-cpp 1.7.2
Browse files Browse the repository at this point in the history
Closes Homebrew#14322.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
drussel authored and adamv committed Nov 2, 2012
1 parent 2fec62f commit 7e012c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/avro-cpp.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e012c3

Please sign in to comment.