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

Group :: System/Kernel and hardware
RPM: afuse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: afuse
Version: 0.5.0
Release: alt1
Summary: Automounting file system implemented in user-space
License: GPLv2
Group: System/Kernel and hardware
URL: https://github.com/pcarrier/%name
Source: %name-%version.tar

BuildRequires: libfuse-devel

%description
%name is an automounting file system implemented in user-space using FUSE.
The advantage of using %name over traditional automounters is %name runs entirely
in user-space by individual users. Thus it can take advantage of the invoking
users environment, for example allowing access to an ssh-agent for password-less
sshfs mounts, or allowing access to a graphical environment to get user input to
complete a mount such as asking for a password.


%prep
%setup -q


%build
%autoreconf
%configure
%make_build


%install
%makeinstall_std


%files
%doc AUTHORS HACKING NEWS README
%_bindir/*


%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