Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37383818
en ru br
Репозитории ALT

Группа :: Система/Ядро и оборудование
Пакет: simple-mtpfs

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin