Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37373599
en ru br
ALT Linux repos
S:1.1.4-alt1

Group :: Communications
RPM: ifuse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable snapshot

Name: ifuse
Version: 1.1.4
Release: alt1

Summary: Filesystem access for the iPhone and iPod Touch
Group: Communications
License: LGPL-2.1
URL: http://www.libimobiledevice.org/

%if_disabled snapshot
Source: %url/downloads/%name-%version.tar.bz2
%else
# VCS: https://github.com/libimobiledevice/ifuse
Source: %name-%version.tar
%endif

%define fuse_ver 2.7.0
%define plist_ver 2.2.0
%define imobiledevice_ver 1.3.0

Requires: fuse >= %fuse_ver

BuildRequires: libfuse-devel >= %fuse_ver
BuildRequires: libplist-devel >= %plist_ver
BuildRequires: libimobiledevice-devel >= %imobiledevice_ver

%description
iFuse is a FUSE filesystem driver which uses libiphone to connect to devices
without the need for a jailbreak.
It is using the native Apple "AFC" protocol, over the normal USB cable in order
to access the iPhone's or iPod Touch's media files under Linux.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

%files
%_bindir/ifuse
%_man1dir/ifuse.1*
%doc AUTHORS 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