2010-09-20 09:43:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Blahtexml < Formula
|
2010-09-20 09:43:45 +00:00
|
|
|
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
|