mftrace 1.2.15

Dependency for Lilypond

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Updated to 1.2.16
master
kmowery 2010-01-21 21:10:42 -08:00 committed by Adam Vandenberg
parent a9092e3f6e
commit 612ae1997f
1 changed files with 15 additions and 0 deletions

15
Formula/mftrace.rb Normal file
View File

@ -0,0 +1,15 @@
require 'formula'
class Mftrace <Formula
url 'http://lilypond.org/download/sources/mftrace/mftrace-1.2.16.tar.gz'
homepage 'http://lilypond.org/mftrace/'
md5 '1c65846471db8f10902b96b7b3120da5'
depends_on 'potrace'
depends_on 't1utils'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end