Commit 0ab30d7f authored by Jake Waksbaum's avatar Jake Waksbaum

cmake

parent 2550c592
require 'package'
class Cmake < Package
version '3.0.2'
source_url 'http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz'
source_sha1 '379472e3578902a1d6f8b68a9987773151d6f21a'
def self.build
system "./configure --prefix=/usr/local"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment