lcdf-typetools 2.88
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ac0f605d12
commit
e58af4c43e
1 changed files with 14 additions and 0 deletions
14
Formula/lcdf-typetools.rb
Normal file
14
Formula/lcdf-typetools.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class LcdfTypetools < Formula
|
||||
url 'http://www.lcdf.org/type/lcdf-typetools-2.88.tar.gz'
|
||||
homepage 'http://www.lcdf.org/type/'
|
||||
md5 '526c6877e0c6145c1c821e89276b2a32'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--without-kpathsea"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue