djvulibre: update comments

master
Adam Vandenberg 2012-03-10 19:48:23 -08:00
parent f042087a6f
commit 9d4d30adc7
1 changed files with 2 additions and 5 deletions

View File

@ -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",