t1utils 1.35
Utilities for dealing with Type 1 fonts. Dependency of Lilypond. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3c7d326e5d
commit
a9092e3f6e
1 changed files with 12 additions and 0 deletions
12
Formula/t1utils.rb
Normal file
12
Formula/t1utils.rb
Normal 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
|
Loading…
Reference in a new issue