diff options
| author | Adam Vandenberg | 2013-12-17 19:14:57 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-17 19:16:03 -0800 |
| commit | bdd545566c20919d1f3e6891ac03d381ceed6dbb (patch) | |
| tree | 5817b51ef2d7d34bdf8b4f36eff648fdf0a13844 /Library/Formula | |
| parent | 4c7cbdff73423ae0cba308009bcb05a1d1ecc63d (diff) | |
| download | homebrew-bdd545566c20919d1f3e6891ac03d381ceed6dbb.tar.bz2 | |
Move comparepdf to boneyard
Upstream is no longer maintaining this software, and it does not
build with Xcode 5.
Closes #24911.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/comparepdf.rb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Library/Formula/comparepdf.rb b/Library/Formula/comparepdf.rb deleted file mode 100644 index 4029e8760..000000000 --- a/Library/Formula/comparepdf.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'formula' - -class Comparepdf < Formula - homepage 'http://www.qtrac.eu/comparepdf.html' - url 'http://www.qtrac.eu/comparepdf-1.0.1.tar.gz' - sha1 '01774dac78dca9b712d55bfdbaf58c4b0bd31295' - - depends_on 'qt' - depends_on 'poppler' => 'with-qt4' - - def install - # Generate makefile and disable .app creation - if MacOS.version >= :mavericks && ENV.compiler == :clang - spec = 'unsupported/macx-clang-libc++' - else - spec = 'macx-g++' - end - system 'qmake', '-spec', spec, 'CONFIG-=app_bundle' - system 'make' - - bin.install 'comparepdf' - man1.install 'comparepdf.1' - end -end |
