mftrace 1.2.15
Dependency for Lilypond Signed-off-by: Adam Vandenberg <flangy@gmail.com> Updated to 1.2.16
This commit is contained in:
parent
a9092e3f6e
commit
612ae1997f
1 changed files with 15 additions and 0 deletions
15
Formula/mftrace.rb
Normal file
15
Formula/mftrace.rb
Normal 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
|
Loading…
Reference in a new issue