diff options
| author | Anton Rieder | 2013-03-26 00:21:27 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-26 09:03:22 -0700 |
| commit | 7e209f0ce233d30439538f25ee7979cab0105734 (patch) | |
| tree | fc98070ef20ad127e636ccdf9399a6594fc85b50 /Library/Formula | |
| parent | 1f12a5a9dfd021b1b95d33b67198baa0ba22c100 (diff) | |
| download | homebrew-7e209f0ce233d30439538f25ee7979cab0105734.tar.bz2 | |
libimobiledevice 1.1.5
Closes #18736.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libimobiledevice.rb | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index 750db0e16..58f6f64a0 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -2,34 +2,19 @@ require 'formula' class Libimobiledevice < Formula homepage 'http://www.libimobiledevice.org/' - url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.4.tar.bz2' - sha1 'd59d9751d9f792e8674cd87c91005d431bf56065' + url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.5.tar.bz2' + sha1 '1c2ce186787fe661d2ef5a1be170ddbe5f85db77' head 'http://cgit.sukimashita.com/libimobiledevice.git' depends_on 'pkg-config' => :build depends_on 'libtasn1' - depends_on 'glib' depends_on 'libplist' depends_on 'usbmuxd' depends_on 'gnutls' depends_on 'libgcrypt' - if build.head? - depends_on :automake - depends_on :libtool - end - def install - if build.head? - # fix the m4 problem with the missing pkg.m4 - ENV['LIBTOOLIZE'] = "glibtoolize" - ENV['ACLOCAL'] = "aclocal -I m4 -I #{HOMEBREW_PREFIX}/share/aclocal" - ENV.prepend "CFLAGS", "-I#{HOMEBREW_PREFIX}/include" - - system "autoreconf -ivf" - end - ENV.append_to_cflags "-std=gnu89" if ENV.compiler == :clang system "./configure", "--disable-dependency-tracking", |
