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