2010-12-16 01:49:19 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Glfw < Formula
|
2010-12-26 21:35:28 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7/glfw-2.7.tar.bz2'
|
2010-12-16 01:49:19 +00:00
|
|
|
homepage 'http://www.glfw.org/'
|
|
|
|
md5 'cc024566d78279c6af728ba2812c9107'
|
|
|
|
|
|
|
|
def install
|
|
|
|
ENV.prepend 'PREFIX', "#{prefix}"
|
|
|
|
system "make cocoa-install"
|
|
|
|
end
|
|
|
|
end
|