the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: libimobiledevice-py%type_pkg[python]
Type: python (2.5 2.6 2.7)
Version: 1.0.7
Revision: 1
Description: Library to talk to iDevices
License: LGPL
# Dependencies:
Depends: python%type_pkg[python], libimobiledevice1-shlibs (>= %v-1)
BuildDepends: pkgconfig, swig, usbmuxd-dev, libplist, libplist-py%type_pkg[python]-dev
GCC: 4.0
# Unpack Phase:
Source: http://www.libimobiledevice.org/downloads/libimobiledevice-%v.tar.bz2
Source-MD5: 995e6cbc288d17d9c3b7edfcb228bfcc
ConfigureParams: LDFLAGS="-L%p/lib/python%type_raw[python]/config -L%p/lib" PYTHON=%p/bin/python%type_raw[python] SWIG=%p/bin/swig
CompileScript: <<
#!/bin/sh -ev
./configure %c
# Compile only what is needed for building the python stuff with swig
make -C src all
make -C swig all
<<
InstallScript: <<
#!/bin/sh -ev
SWIGLIB_PATH=`%p/bin/swig -swiglib | cut -d / -f 3-5`
mkdir -p -m 755 %i/$SWIGLIB_PATH
cp swig/imobiledevice.i %i/$SWIGLIB_PATH
make -C swig install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* NEWS README
SplitOff: <<
Package: %N-dev
BuildDependsOnly: true
Depends: %N
Conflicts: libimobiledevice-py25-dev, libimobiledevice-py26-dev, libimobiledevice-py27-dev
Replaces: libimobiledevice-py25-dev, libimobiledevice-py26-dev, libimobiledevice-py27-dev
Files: include share/swig
<<
# 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
<<