homebrew-core/Formula/blahtexml.rb
Guillaume-Jean Herbiet b5ff696b56 New formula for blahtex/blahtexml
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-21 07:06:10 -07:00

16 lines
384 B
Ruby

require 'formula'
class Blahtexml <Formula
url 'http://gva.noekeon.org/blahtexml/blahtexml-0.8-src.tar.gz'
homepage 'http://gva.noekeon.org/blahtexml/'
md5 '2858418d85ca2afdf46ce67eb4d50de8'
depends_on 'xerces-c'
def install
system "/usr/bin/make blahtex-mac"
bin.install('blahtex')
system "/usr/bin/make blahtexml-mac"
bin.install('blahtexml')
end
end