t1utils 1.35

Utilities for dealing with Type 1 fonts.
Dependency of Lilypond.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
kmowery 2010-01-21 21:11:26 -08:00 committed by Adam Vandenberg
parent 3c7d326e5d
commit a9092e3f6e
1 changed files with 12 additions and 0 deletions

12
Formula/t1utils.rb Normal file
View File

@ -0,0 +1,12 @@
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