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

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

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

Name: fatback
Version: 1.3
Release: alt1

Summary: A forensic tool for recovering files from FAT file systems
License: GPLv2 and Public Domain
Group: File tools

Url: http://sourceforge.net/projects/fatback
Source: http://downloads.sourceforge.net/%name/%name-%version.tar.gz
Source1: README.Mageia
Patch: fatback-1.3-texinfo.patch
Packager: Michael Shigorin <mike at altlinux.org>

BuildRequires: flex gcc-c++ texinfo

%description
Fatback is a forensic tool for undeleting files from Microsoft FAT file
systems. Fatback is different from other undelete tools in that
it does the following:
  * Runs under UNIX environments
  * Can undelete files automatically
  * Supports Long File Names
  * Supports FAT12, FAT16, and FAT32
  * Powerful interactive mode
  * Recursively undeletes deleted directories
  * Recovers lost cluster chains
  * Works with single partitions or whole disks

%prep
%setup
cp -a %SOURCE1 .
%patch -p1

%build
%configure
%make
makeinfo --html fatback-manual.texi

%install
%makeinstall_std

mkdir -p %buildroot%_datadir/%name
cp -a fatback-manual %buildroot%_datadir/%name
# Change .info filename to match instructions in man page
mv %buildroot%_infodir/%name{-manual,}.info

%files
%doc README.Mageia
%_bindir/%name
%_mandir/man?/%name.?.*
%_infodir/%name.info.*
%_datadir/%name

%changelog

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

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