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
|
|
|
homepage 'http://gva.noekeon.org/blahtexml/'
|
2012-02-13 05:40:53 +00:00
|
|
|
url 'http://gva.noekeon.org/blahtexml/blahtexml-0.9-src.tar.gz'
|
2011-11-21 08:49:02 +00:00
|
|
|
md5 'ed790599223c2f8f6d205be8988882de'
|
2010-09-20 09:43:45 +00:00
|
|
|
|
|
|
|
depends_on 'xerces-c'
|
|
|
|
|
|
|
|
def install
|
2012-02-13 05:40:53 +00:00
|
|
|
system "/usr/bin/make blahtex-mac blahtexml-mac"
|
|
|
|
bin.install 'blahtex', 'blahtexml'
|
2010-09-20 09:43:45 +00:00
|
|
|
end
|
|
|
|
end
|