[Lunar-commits] <moonbase-other> libmobiledevice: Readding to moonbase with a version bump.
stumbles
stumbles at lunar-linux.org
Sat Oct 20 12:10:12 CEST 2012
commit caaad72045d372c61a522a7cfd71062fd958cc13
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 20 Oct 2012 03:10:12 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/caaad72045d372c61a522a7cfd71062fd958cc13
libmobiledevice: Readding to moonbase with a version bump.
---
libs/libimobiledevice/BUILD | +7/-0
libs/libimobiledevice/DEPENDS | +6/-0
libs/libimobiledevice/DETAILS | +23/-0
3 files changed, 36 insertions(+)
--- /dev/null
+++ b/libs/libimobiledevice/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /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"
--- /dev/null
+++ b/libs/libimobiledevice/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=libimobiledevice
+ VERSION=1.1.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=libimobiledevice-1.1.4-openssl.patch
+ SOURCE_URL=http://www.libimobiledevice.org/downloads
+ SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/files/
+ SOURCE_VFY=sha1:d59d9751d9f792e8674cd87c91005d431bf56065
+ SOURCE2_VFY=sha1:095c70e9b693bbc9608a7919db5419a18240b764
+ WEB_SITE=http://www.libimobiledevice.org
+ ENTERED=20110923
+ UPDATED=20121017
+ SHORT="library 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