2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-03 17:18:48 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class CAres < Formula
|
2011-01-30 21:12:57 +00:00
|
|
|
url 'http://c-ares.haxx.se/c-ares-1.7.4.tar.gz'
|
2009-11-26 06:46:19 +00:00
|
|
|
homepage 'http://c-ares.haxx.se/'
|
2011-01-30 21:12:57 +00:00
|
|
|
md5 'dd71e8f07d9f3c837e12a5416d1b7f73'
|
2009-09-03 17:18:48 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|