2012-03-02 05:50:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class SaxonB < Formula
|
|
|
|
homepage 'http://saxon.sourceforge.net/'
|
|
|
|
url 'http://downloads.sourceforge.net/project/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip'
|
|
|
|
version '9.1.0.8'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '222186e188984967dddb92508510206d107aa194'
|
2012-03-02 05:50:11 +00:00
|
|
|
|
|
|
|
def install
|
2012-06-17 22:50:40 +00:00
|
|
|
(buildpath/'saxon-b').install Dir['*.jar', 'doc', 'notices']
|
2012-03-02 05:50:11 +00:00
|
|
|
share.install Dir['*']
|
|
|
|
end
|
|
|
|
end
|