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

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

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

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

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