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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: fuse-7z
Version: 0.2nggit
Release: alt1

Summary: A FUSE filesystem that uses the 7-zip library to interacts with all kind of archives

Group: System/Kernel and hardware
License: GPL v3
Url: https://github.com/kedazo/fuse-7z-ng

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/kedazo/fuse-7z-ng/archive/master.zip

Source: %name-%version.tar
Patch1: fuze-7z-fix.patch

Requires: %{get_dep fuse}

# TODO

%add_optflags -DFUSE_STAT="struct stat"

BuildRequires: cmake gcc-c++ libfuse-devel lib7zip-devel

%description
A FUSE filesystem that uses the 7-zip library to interacts with all kind
of archives, and in particular the .7z files.

Only reads are supported at the moment, and this is a work in progress (started 2011-09-05).

Contributions are welcome.

%prep
%setup
%patch1 -p2
# TODO
mv -v cmake/FindFuse.cmake cmake/FindFUSE.cmake
%__subst "s|fuse-7z-ng|%name|" CMakeLists.txt src/main.cpp

%build
%cmake_insource
%make_build

%install
install -D fuse_7z_ng %buildroot%_bindir/fuse-7z

%files
%doc README
%_bindir/fuse-7z
#_libexecdir/%name/

%changelog

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

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