the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libimobiledevice
Version: 1.0.7
Revision: 1
Description: Library to talk to iDevices
License: LGPL
# Dependencies:
BuildDependsOnly: true
Depends: %N1-shlibs (>= %v-1)
BuildDepends: pkgconfig, usbmuxd-dev, libplist, gnutls26, libtasn1-3, libgpg-error, libgettext8-dev, glib2-dev
# Unpack Phase:
Source: http://www.libimobiledevice.org/downloads/%n-%v.tar.bz2
Source-MD5: 995e6cbc288d17d9c3b7edfcb228bfcc
ConfigureParams: LDFLAGS="-L%p/lib" --without-swig
DocFiles: AUTHORS COPYING* NEWS README
SplitOff: <<
Package: %N1-shlibs
Conflicts: %N-shlibs
Replaces: %N-shlibs
Depends: usbmuxd-shlibs | usbmuxd1-shlibs, gnutls26-shlibs, glib2-shlibs
Files: <<
lib/libimobiledevice.1.dylib
<<
Shlibs: <<
%p/lib/libimobiledevice.1.dylib 2.0.0 libimobiledevice (>= 1.0.6-1)
<<
DocFiles: AUTHORS COPYING* NEWS README
<<
Splitoff2: <<
Package: %N-dev
Depends: %N1-shlibs (>= %v-1)
BuildDependsOnly: true
Files: <<
include
lib
<<
DocFiles: AUTHORS COPYING* NEWS README docs/html
<<
# Additional Info
DescDetail: <<
libimobiledevice is a software library that talks the protocols to support
iPhone, iPod Touch, iPad and Apple TV devices. Unlike other projects, it
does not depend on using any existing proprietary libraries and does not
require jailbreaking. It allows other software to easily access the
device's filesystem, retrieve information about the device and it's
internals, backup/restore the device, manage SpringBoard icons, manage
installed applications, retrieve addressbook/calendars/notes and bookmarks
and synchronize music and video to the device.
See the README file for some commandline tools to access iDevices.
<<
Homepage: http://www.libimobiledevice.org/
Maintainer: Karl-Michael Schindler