Skip to content

Commit

Permalink
fltk devel 1.3.x-r9327
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Apr 11, 2012
1 parent f5b5a55 commit c7f5e7d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Library/Formula/fltk.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
require 'formula'

class Fltk < Formula
url 'http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz'
homepage 'http://www.fltk.org/'
url 'http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz'
md5 '44d5d7ba06afdd36ea17da6b4b703ca3'

devel do
url 'http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r9013.tar.bz2'
md5 '9c5eb9eb8642be56cb68e7c5b1c98611'
url 'http://ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r9327.tar.bz2'
md5 '3205e5da58069ec7a1e487e6941cccd4'
version '1.3.x-r9327'
end

depends_on 'jpeg'
Expand All @@ -19,8 +20,6 @@ class Fltk < Formula

def install
ENV.libpng
system "autoconf" if ARGV.build_head?

system "./configure", "--prefix=#{prefix}", "--enable-threads"
system "make install"
end
Expand Down

0 comments on commit c7f5e7d

Please sign in to comment.