homebrew-core/Formula/t1utils.rb
kmowery a9092e3f6e t1utils 1.35
Utilities for dealing with Type 1 fonts.
Dependency of Lilypond.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-01 12:44:36 -07:00

12 lines
293 B
Ruby

require 'formula'
class T1utils <Formula
url 'http://www.lcdf.org/~eddietwo/type/t1utils-1.35.tar.gz'
homepage 'http://www.lcdf.org/~eddietwo/type/'
md5 '20e4cd3ffe81f01eff02a5e2320d95b7'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end