23 lines
997 B
Plaintext
23 lines
997 B
Plaintext
|
Source: simple-mtpfs
|
||
|
Section: utils
|
||
|
Priority: optional
|
||
|
Maintainer: Peter Hatina <phatina@gmail.com>
|
||
|
Build-Depends: debhelper (>= 7), dh-autoreconf, autotools-dev, libmtp-dev (>= 1.0.3), libfuse-dev
|
||
|
Standards-Version: 3.9.2
|
||
|
Vcs-Git: git://github.com/phatina/simple-mtpfs.git
|
||
|
Vcs-Browser: https://github.com/phatina/simple-mtpfs
|
||
|
|
||
|
Package: simple-mtpfs
|
||
|
Architecture: any
|
||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils
|
||
|
Provides: mtpfs
|
||
|
Conflicts: mtpfs
|
||
|
Description: Simple MTP fuse filesystem driver
|
||
|
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
|
||
|
Linux (and other operating systems with a FUSE implementation, such as Mac OS X
|
||
|
or FreeBSD) capable of operating on files on MTP devices attached via
|
||
|
USB to local machine. On the local computer where the SIMPLE-MTPFS is
|
||
|
mounted, the implementation makes use of the FUSE (Filesystem in Userspace)
|
||
|
kernel module. The practical effect of this is that the end user can seamlessly
|
||
|
interact with MTP device files.
|