ifuse: use spec deps
This commit is contained in:
parent
5b2a118ce5
commit
4eb8ebc7e2
1 changed files with 7 additions and 7 deletions
|
@ -5,19 +5,19 @@ class Ifuse < Formula
|
|||
url 'http://www.libimobiledevice.org/downloads/ifuse-1.1.2.tar.bz2'
|
||||
sha1 '885d88b45edb85c38b0ce9863f0d45fd378b5614'
|
||||
|
||||
head 'http://cgit.sukimashita.com/ifuse.git'
|
||||
head do
|
||||
url 'http://cgit.sukimashita.com/ifuse.git'
|
||||
|
||||
depends_on 'autoconf' => :build
|
||||
depends_on 'automake' => :build
|
||||
depends_on 'libtool' => :build
|
||||
end
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
depends_on 'libimobiledevice'
|
||||
depends_on 'fuse4x'
|
||||
|
||||
if build.head?
|
||||
depends_on 'autoconf' => :build
|
||||
depends_on 'automake' => :build
|
||||
depends_on 'libtool' => :build
|
||||
end
|
||||
|
||||
def install
|
||||
system "./autogen.sh" if build.head?
|
||||
|
||||
|
|
Loading…
Reference in a new issue