[Lunar-commits] <moonbase-other> ideviceinstaller: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Sun Nov 9 16:37:43 CET 2014
commit f7c948fe9878cde36915e9e25780664b5ae28a52
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 09 Nov 2014 10:37:12 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/f7c948fe9878cde36915e9e25780664b5ae28a52
ideviceinstaller: adding to moonbase
---
utils/ideviceinstaller/DEPENDS | +1/-0
utils/ideviceinstaller/DETAILS | +18/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/utils/ideviceinstaller/DEPENDS
@@ -0,0 +1 @@
+depends usbmuxd
--- /dev/null
+++ b/utils/ideviceinstaller/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=ideviceinstaller
+ VERSION=1.1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.libimobiledevice.org/downloads/
+ SOURCE_VFY=sha1:5e2c47b9e6ac6d610b7bfe5186c8e84536549ce4
+ WEB_SITE=http://www.libimobiledevice.org/
+ ENTERED=20141109
+ UPDATED=20141109
+ SHORT="interact with the installation_proxy of an iOS device"
+
+cat << EOF
+ideviceinstaller is a tool to interact with the installation_proxy
+of an iOS device allowing to install, upgrade, uninstall, archive, restore,
+and enumerate installed or archived apps.
+
+It makes use of the fabulous libimobiledevice library that allows communication
+with iOS devices.
+EOF
More information about the Lunar-commits
mailing list