[Lunar-commits] <moonbase-other> ifuse: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Sun Nov 9 16:37:42 CET 2014
commit e9665cb7091b9fb0f93d00fca8a231a9731f9b77
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 09 Nov 2014 10:36:32 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/e9665cb7091b9fb0f93d00fca8a231a9731f9b77
ifuse: adding to moonbase
---
filesys/ifuse/DEPENDS | +2/-0
filesys/ifuse/DETAILS | +12/-0
2 files changed, 14 insertions(+)
--- /dev/null
+++ b/filesys/ifuse/DEPENDS
@@ -0,0 +1,2 @@
+depends fuse
+depends libimobiledevice
--- /dev/null
+++ b/filesys/ifuse/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=ifuse
+ VERSION=1.1.3
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.libimobiledevice.org/downloads/
+ SOURCE_VFY=sha1:d186dd713bbff8e15cd8cbb5f7f2c5b5be62d594
+ WEB_SITE=http://www.libimobiledevice.org/
+ ENTERED=20141109
+ UPDATED=20141109
+ SHORT="access the contents of iOS devices"
+cat << EOF
+A fuse filesystem implementation to access the contents of iOS devices.
+EOF
More information about the Lunar-commits
mailing list