Update protobuf-c to 0.14
parent
c048a949d3
commit
9e00e5e633
|
@ -1,14 +1,14 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class ProtobufC <Formula
|
class ProtobufC <Formula
|
||||||
url 'http://protobuf-c.googlecode.com/files/protobuf-c-0.13.tar.gz'
|
url 'http://protobuf-c.googlecode.com/files/protobuf-c-0.14.tar.gz'
|
||||||
homepage 'http://code.google.com/p/protobuf-c/'
|
homepage 'http://code.google.com/p/protobuf-c/'
|
||||||
sha1 '3144f260b736855cea2984731c2ba1647d40dfe0'
|
sha1 'b3af990906d8a8d86e2fb8cb6f39d0a37616ff8a'
|
||||||
|
|
||||||
depends_on 'protobuf'
|
depends_on 'protobuf'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.j1
|
ENV.j1 # Fixed in a post-0.14 change
|
||||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||||
system "make install"
|
system "make install"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue