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-07-16 10:04:08 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.6/glfw-2.7.6.tar.bz2'
|
|
|
|
sha1 '1c278a6b9e3622eabc9b5b5e9eff3bc29437955d'
|
2010-12-16 01:49:19 +00:00
|
|
|
|
|
|
|
def install
|
2012-04-18 03:56:27 +00:00
|
|
|
system 'make', "PREFIX=#{prefix}", 'cocoa-dist-install'
|
2010-12-16 01:49:19 +00:00
|
|
|
end
|
|
|
|
end
|