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