aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fop.rb
blob: 4f4faccea64f077e1fd67cfaca313d376d383241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

# 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