Mongoose 3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6df478d829
commit
3fadbf9cae
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ require 'formula'
|
|||
|
||||
class Mongoose < Formula
|
||||
homepage 'http://code.google.com/p/mongoose/'
|
||||
url 'http://mongoose.googlecode.com/files/mongoose-2.11.tgz'
|
||||
md5 'f6985da7513d354cc18b21b7670d23c1'
|
||||
url 'http://mongoose.googlecode.com/files/mongoose-3.1.tgz'
|
||||
md5 'e718fc287b4eb1bd523be3fa00942bb0'
|
||||
|
||||
def install
|
||||
system "make mac"
|
||||
system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"
|
||||
bin.install "mongoose"
|
||||
man1.install "mongoose.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue