cmake 2.8.5

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Trevor Wennblom 2011-07-16 05:37:29 -05:00 committed by Adam Vandenberg
parent b62f1a30f3
commit a11fb5bf82

View file

@ -1,17 +1,10 @@
require 'formula'
class Cmake < Formula
url 'http://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz'
md5 '209b7d1d04b2e00986538d74ba764fcf'
url 'http://www.cmake.org/files/v2.8/cmake-2.8.5.tar.gz'
md5 '3c5d32cec0f4c2dc45f4c2e84f4a20c5'
homepage 'http://www.cmake.org/'
def patches
# fixes CMake 2.8 to 2.8.4 not recognizing non-standard Developer tools issue
# fixed in CMake 2.8.5 (not yet released)
# upstream issue at http://public.kitware.com/Bug/view.php?id=10723
"http://cmake.org/gitweb?p=cmake.git;a=patch;h=d421a433a89064926ae6aad532850b8bed113562"
end
def install
# A framework-installed expat will be detected and mess things up.
if File.exist? "/Library/Frameworks/expat.framework"