Added formula: libimobiledevice 1.0.1
libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch® and iPad® devices on Linux.
This commit is contained in:
parent
d6923d0865
commit
7dd4e29150
1 changed files with 19 additions and 0 deletions
19
Formula/libimobiledevice.rb
Normal file
19
Formula/libimobiledevice.rb
Normal file
|
@ -0,0 +1,19 @@
|
|||
require 'formula'
|
||||
|
||||
class Libimobiledevice <Formula
|
||||
url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.1.tar.bz2'
|
||||
homepage 'http://www.libimobiledevice.org/'
|
||||
md5 '684edcf0946f5a8db95bfcced7626dbe'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'libtasn1'
|
||||
depends_on 'usbmuxd'
|
||||
depends_on 'libplist'
|
||||
depends_on 'gnutls'
|
||||
depends_on 'glib'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--without-swig"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue