aboutsummaryrefslogtreecommitdiffstats
path: root/Formula/cmake.rb
diff options
context:
space:
mode:
authorMax Howell2009-06-04 19:21:19 +0100
committerMax Howell2009-06-04 19:36:58 +0100
commitcc50131728fc20016e9cdb8383c8faf723448f51 (patch)
tree0e7eaa43b3dabfdd3473ccbbe235e46bad550a21 /Formula/cmake.rb
parent84ad47bc3c8029847e5c41ab4646a6b9455b370a (diff)
downloadbrew-cc50131728fc20016e9cdb8383c8faf723448f51.tar.bz2
Created /Library moved brew tool to /bin
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.
Diffstat (limited to 'Formula/cmake.rb')
-rw-r--r--Formula/cmake.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Formula/cmake.rb b/Formula/cmake.rb
deleted file mode 100644
index ee35e3eef..000000000
--- a/Formula/cmake.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'brewkit'
-
-class Cmake <Formula
- @url='http://www.cmake.org/files/v2.6/cmake-2.6.3.tar.gz'
- @md5='5ba47a94ce276f326abca1fd72a7e7c6'
-
- def install
- system "./bootstrap --prefix=#{prefix} --system-libs"
- system "make install"
-
- ['man','doc'].each { |d| (prefix+d).mv prefix+'share' }
- end
-end \ No newline at end of file