FLTK 1.1.10
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
75c36412b0
commit
20db4aca76
1 changed files with 12 additions and 0 deletions
12
Formula/fltk.rb
Normal file
12
Formula/fltk.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Fltk <Formula
|
||||
url 'http://ftp2.easysw.com/pub/fltk/1.1.10/fltk-1.1.10-source.tar.gz'
|
||||
homepage 'http://www.fltk.org/'
|
||||
md5 'e6378a76ca1ef073bcb092df1ef3ba55'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--enable-threads"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue