diff options
| author | Austin Ziegler | 2009-09-27 23:06:02 -0400 |
|---|---|---|
| committer | Max Howell | 2009-09-30 18:52:13 +0100 |
| commit | 91a95b48d6b6971f03c482f76754c1336b5233dc (patch) | |
| tree | 7f5a7658210b30cb3a7fd52b0f1eb2503f46eb44 /Library/Formula | |
| parent | 9541d3de8c82d19b6d110fadcaa6c9bb0f923612 (diff) | |
| download | homebrew-91a95b48d6b6971f03c482f76754c1336b5233dc.tar.bz2 | |
Adding Apache FOP
Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL
formatting objects (XSL-FO) and an output independent formatter.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fop.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb new file mode 100644 index 000000000..b74bf410b --- /dev/null +++ b/Library/Formula/fop.rb @@ -0,0 +1,14 @@ +require 'brewkit' + +# TODO common aliases: apache-fop + +class Fop <Formula + version "0.95" + homepage "http://xmlgraphics.apache.org/fop/index.html" + url "http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries/fop-#{@version}-bin.tar.gz" + md5 "7af50bf58924dd22d71d22d8ad90b268" + + def install + prefix.install Dir["*"] + end +end |
