diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/djvulibre.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/djvulibre.rb b/Library/Formula/djvulibre.rb index 4366e21f3..a07ec7d60 100644 --- a/Library/Formula/djvulibre.rb +++ b/Library/Formula/djvulibre.rb @@ -1,18 +1,15 @@ require 'formula' -# Note that this formula installs neither the DjVu Spotlight importer, -# nor the DjVu QuickLook plugin. - class Djvulibre < Formula - url 'http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.24/djvulibre-3.5.24.tar.gz' homepage 'http://djvu.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.24/djvulibre-3.5.24.tar.gz' sha1 '075d1d4a333a2fe74e4c9240d853be016e27e983' depends_on 'jpeg' depends_on 'libtiff' def install - # Don't build X11 GUI apps. + # Don't build X11 GUI apps, Spotlight Importer or QuickLook plugin system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-desktopfiles=no", |
