lcdf-typetools 2.88

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Markus Groß 2011-04-16 10:24:37 +02:00 committed by Adam Vandenberg
parent ac0f605d12
commit e58af4c43e

14
Formula/lcdf-typetools.rb Normal file
View 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