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

Группа :: Работа с файлами
Пакет: fatcat

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

Summary: FAT filesystem explore, extract, repair, and forensic tool
Name: fatcat
Version: 1.1.0
Release: alt1.1
Packager: Igor Vlasenko <viy at altlinux.ru>
License: MIT
Group: File tools
URL: https://github.com/Gregwar/fatcat
VCS: https://github.com/Gregwar/fatcat
BuildRequires: cmake gcc-c++
Source0: %name-%version.tar

%description
fatcat is a tool to explore, extract, repair and forensic FAT filesystem.
Its features:
    - Get information about FAT filesystem;
    - Explore FAT file system;
    - Read file or extract directories;
    - Retrieve file & directories that are deleted;
    - Backup & restore the FAT tables;
    - Hack the FAT table by writing on it;
    - Hack the entries by changing clusters and file sizes;
    - Perform a search for orphaned files & directories;
    - Compare and merge the FAT tables;
    - Repair unallocated directories &  files;
    - Supports FAT12, FAT16 and FAT32.

%prep
%setup -q
#patch0 -p1

%build
%cmake
%cmake_build

%install
install -D -m 755 %_cmake__builddir/fatcat %buildroot%_bindir/fatcat
install -D -m 644 man/fatcat.1 %buildroot%_man1dir/fatcat.1

%files
%_bindir/fatcat
%_man1dir/fatcat.1*

%changelog

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

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