aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-14 20:04:59 -0800
committerAdam Vandenberg2013-11-14 20:04:59 -0800
commit56aae293b4553d00c28cdec0f6cb418f5ed55956 (patch)
tree632683e1d9d9673d036db60a7834177c93777f31 /Library
parent49b80ba1d0037a7fd66312a18d14e3acf70386bd (diff)
downloadhomebrew-56aae293b4553d00c28cdec0f6cb418f5ed55956.tar.bz2
libextractor 1.2
Closes #23371.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libextractor.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb
index bd6869429..b316383a7 100644
--- a/Library/Formula/libextractor.rb
+++ b/Library/Formula/libextractor.rb
@@ -2,16 +2,17 @@ require 'formula'
class Libextractor < Formula
homepage 'http://www.gnu.org/software/libextractor/'
- url 'http://ftpmirror.gnu.org/libextractor/libextractor-1.0.1.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/libextractor/libextractor-1.0.1.tar.gz'
- sha1 '244eb3e16dadedea9dc827fb91cb309e2baa8637'
+ url 'http://ftpmirror.gnu.org/libextractor/libextractor-1.2.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/libextractor/libextractor-1.2.tar.gz'
+ sha1 'c10a5a20a1850b8e89eeb41f3f2eccb7db9d5e53'
depends_on 'pkg-config' => :build
depends_on :libtool => :run
+ depends_on 'iso-codes' => :optional
def install
ENV.deparallelize
- system "./configure", "--disable-debug",
+ system "./configure", "--disable-silent-rules",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"