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-11-16 22:13:20 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/glfw/glfw/2.7.7/glfw-2.7.7.tar.bz2'
|
|
|
|
sha1 'fce3baff5ae8ca8583fe91e63a23c3aad593b016'
|
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
|