[Lunar-commits] <moonbase> libimobiledevice: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Sep 23 12:22:47 CEST 2011
commit fe1bc660468452233ff72f3208b992d044ebdbb3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Sep 23 06:22:47 2011 -0400
libimobiledevice: Adding to moonbase.
---
libs/libimobiledevice/DEPENDS | 6 ++++++
libs/libimobiledevice/DETAILS | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/libs/libimobiledevice/DEPENDS b/libs/libimobiledevice/DEPENDS
new file mode 100644
index 0000000..39833e2
--- /dev/null
+++ b/libs/libimobiledevice/DEPENDS
@@ -0,0 +1,6 @@
+depends gnutls
+depends libgcrypt
+depends libplist
+depends usbmuxd
+
+optional_depends "swig" "--with-swig" "--without-swig" "for Python bindings support"
diff --git a/libs/libimobiledevice/DETAILS b/libs/libimobiledevice/DETAILS
new file mode 100644
index 0000000..8f9b9ae
--- /dev/null
+++ b/libs/libimobiledevice/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=libimobiledevice
+ VERSION=1.0.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://www.libimobiledevice.org/downloads/
+ SOURCE_VFY=sha1:be67287f73a920b893aba50472a7ebad6c9d5b7d
+ WEB_SITE=http://www.libimobiledevice.org/
+ ENTERED=20110923
+ UPDATED=20110923
+ SHORT="software library that talks the protocols to support iPhone, iPod Touch, iPad and Apple TV devices"
+
+cat << EOF
+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 (using libgpod) synchronize
+music and video to the device.
+EOF
More information about the Lunar-commits
mailing list