Skip to content

Commit

Permalink
xmp 3.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mistydemeo authored and adamv committed Aug 11, 2011
1 parent 4bc3233 commit 96b564a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Library/Formula/xmp.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
require 'formula'

class Xmp < Formula
url 'http://downloads.sourceforge.net/project/xmp/xmp/3.3.0/xmp-3.3.0.tar.gz'
url 'http://downloads.sourceforge.net/project/xmp/xmp/3.4.0/xmp-3.4.0.tar.gz'
homepage 'http://xmp.sourceforge.net'
md5 '0ac15cdb68cf0a08f418d37b4c1843bd'
md5 '8d18f1340e46278f7006c4d6df385e4b'

def patches
# fixes compilation error with GCC 4.2
# can be removed in the next release
# http://sourceforge.net/mailarchive/message.php?msg_id=27928353
"http://downloads.sourceforge.net/project/xmp/xmp/3.4.0/xmp-3.4.0-ununsed-but-set-variable-gcc-warning.patch"
end

def install
system "./configure", "--prefix=#{prefix}"
Expand Down

0 comments on commit 96b564a

Please sign in to comment.