Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37534285
en ru br
ALT Linux repos
S:0.1-alt2

Group :: System/Kernel and hardware
RPM: simple-mtpfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: simple-mtpfs
Version: 0.1
Release: alt2
Summary: Fuse-based MTP driver
Group: System/Kernel and hardware
License: GPLv2+
Url: https://github.com/phatina/simple-mtpfs
Source0: https://github.com/downloads/phatina/simple-mtpfs/%name-%version.tar

BuildRequires: libfuse-devel >= 2.8
BuildRequires: libmtp-devel gcc-c++
Requires: fuse
Provides: fuse-%name

%description
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.

%prep
%setup

%build
./autogen.sh
%configure
%make %{?_smp_mflags}

%install
%makeinstall_std

%files
%_bindir/%name
%_man1dir/%{name}.1.*
%doc COPYING README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin