synfig 0.63.2

* Also added missing ImageMagick dependency
This commit is contained in:
Adam Vandenberg 2011-11-27 10:15:14 -08:00
parent eb2e149992
commit bb209d8bee

View file

@ -1,18 +1,21 @@
require 'formula'
class Synfig < Formula
url 'https://downloads.sourceforge.net/project/synfig/synfig/0.62.02/synfig-0.62.02.tar.gz'
url 'https://downloads.sourceforge.net/project/synfig/synfig/0.63.02/synfig-0.63.02.tar.gz'
homepage 'http://synfig.org'
md5 '4286d5e1887275107d760d1b678aec24'
head 'git://synfig.git.sourceforge.net/gitroot/synfig/synfig', :using => :git
md5 'e6af1aa9426cf629127d23edbd772f6d'
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'etl'
depends_on 'libsigc++'
depends_on 'libxml++'
depends_on 'imagemagick'
def install
ENV.libpng
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"