diff options
Diffstat (limited to 'Library/Formula/fop.rb')
| -rw-r--r-- | Library/Formula/fop.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 4f4faccea..afd5ba4dc 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -1,12 +1,11 @@ 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" + aka 'apache-fop' def install prefix.install Dir["*"] |
