diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mftrace.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/mftrace.rb b/Library/Formula/mftrace.rb new file mode 100644 index 000000000..18fd4a23a --- /dev/null +++ b/Library/Formula/mftrace.rb @@ -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 |
