Mongoose 3.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Nate Drake 2012-03-30 21:57:12 -03:00 committed by Adam Vandenberg
parent 6df478d829
commit 3fadbf9cae

View file

@ -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