Formula for Google Protocol Buffers
This commit is contained in:
parent
2dbfac4899
commit
795983964a
1 changed files with 12 additions and 0 deletions
12
Formula/protobuf.rb
Normal file
12
Formula/protobuf.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Protobuf <Formula
|
||||
@url='http://protobuf.googlecode.com/files/protobuf-2.2.0.tar.bz2'
|
||||
@homepage='http://code.google.com/p/protobuf/'
|
||||
@sha1='a0aff9df8dc93c5337553d586bbe726808d342a6'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue