GrahicsMagick - bump version

master
Adam Vandenberg 2010-02-20 17:27:28 -08:00
parent 328900c050
commit dcb4a70c22
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,10 @@
require 'formula' require 'formula'
require "#{File.dirname __FILE__}/imagemagick.rb" require "#{File.dirname __FILE__}/imagemagick.rb"
class Graphicsmagick <Imagemagick class Graphicsmagick < Imagemagick
url 'http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.7/GraphicsMagick-1.3.7.tar.bz2' url 'http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.10/GraphicsMagick-1.3.10.tar.bz2'
homepage 'http://www.graphicsmagick.org/' homepage 'http://www.graphicsmagick.org/'
md5 '42bfd382ddcda399880721170bcbf61b' md5 '09137f1180edc6d99834e8a7b1e620e3'
def deps def deps
# well this was an unexpected consequence of the DSL syntax, the dependencies # well this was an unexpected consequence of the DSL syntax, the dependencies
@ -19,7 +19,6 @@ class Graphicsmagick <Imagemagick
fix_configure fix_configure
system "./configure", *configure_args system "./configure", *configure_args
system "make install" system "make install"
end end
end end