aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fop.rb14
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