aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 19:48:23 -0800
committerAdam Vandenberg2012-03-10 19:48:23 -0800
commitf09a5cc96753cbafcd13946df735075223606017 (patch)
treebb49f775e7aa859dd691df6adbb4325f11c829e9 /Library/Formula
parente0ab2716e6fbb5a2028dff0daea85df288d26573 (diff)
downloadhomebrew-f09a5cc96753cbafcd13946df735075223606017.tar.bz2
djvulibre: update comments
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/djvulibre.rb7
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",