xmp 3.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f0a47047e5
commit
57ca1585ef
1 changed files with 9 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue