Reformat c-ares

This commit is contained in:
Adam Vandenberg 2009-11-25 22:46:19 -08:00 committed by Max Howell
parent 89e3678bfd
commit 17bd7fc2a4

View file

@ -1,9 +1,9 @@
require 'formula'
class CAres <Formula
@url='http://c-ares.haxx.se/c-ares-1.6.0.tar.gz'
@homepage='http://c-ares.haxx.se/'
@md5='4503b0db3dd79d3c1f58d87722dbab46'
url 'http://c-ares.haxx.se/c-ares-1.6.0.tar.gz'
homepage 'http://c-ares.haxx.se/'
md5 '4503b0db3dd79d3c1f58d87722dbab46'
def install
system "./configure", "--prefix=#{prefix}"