aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-09-20 10:15:56 -0500
committerJack Nagel2013-09-21 19:29:55 -0500
commit30e309f870189549dd45aef2eb5b49f394a5d2fc (patch)
tree53463928abd224c19d48aee08e8e041324ec976a /Library
parent04426f622acfbe3da4d6b18c272f956bc212bd93 (diff)
downloadhomebrew-30e309f870189549dd45aef2eb5b49f394a5d2fc.tar.bz2
ideviceinstaller: use spec deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ideviceinstaller.rb13
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/ideviceinstaller.rb b/Library/Formula/ideviceinstaller.rb
index 3b15c6a90..8df267fdc 100644
--- a/Library/Formula/ideviceinstaller.rb
+++ b/Library/Formula/ideviceinstaller.rb
@@ -5,18 +5,17 @@ class Ideviceinstaller < Formula
url 'http://www.libimobiledevice.org/downloads/ideviceinstaller-1.0.1.tar.bz2'
sha1 '7dd57f5d6d4466d8eca5d28fef3c22033b2af2da'
- head 'http://cgit.sukimashita.com/ideviceinstaller.git'
-
- depends_on 'pkg-config' => :build
- depends_on 'libimobiledevice'
- depends_on 'libzip'
-
- if build.head?
+ head do
+ url 'http://cgit.sukimashita.com/ideviceinstaller.git'
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
end
+ depends_on 'pkg-config' => :build
+ depends_on 'libimobiledevice'
+ depends_on 'libzip'
+
def install
system "./autogen.sh" if build.head?