Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044482
en ru br
ALT Linux repos
S:1.4-alt1.qa1

Group :: System/Kernel and hardware
RPM: makebootfat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Utility for creation bootable FAT disk
Name: makebootfat
Version: 1.4
Release: alt1.qa1
Group: System/Kernel and hardware
License: %gpl2plus
URL: http://advancemame.sourceforge.net/doc-makebootfat.html

Source0: http://dl.sourceforge.net/sourceforge/advancemame/%{name}-%{version}.tar.gz
## from syslinux-3.86
Source2: ldlinux.bss
Source3: ldlinux.sys

BuildPreReq: rpm-build-licenses

%description
This utility creates a bootable FAT filesystem and populates it
with files and boot tools.

It was mainly designed to create bootable USB and Fixed disk
for the AdvanceCD project (http://advancemame.sourceforge.net), but
can be successfully used separately for any purposes.


%prep
%setup -q

%build
%configure
%make_build

%install
%makeinstall

install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/x86
install -p -m644 mbrfat.bin $RPM_BUILD_ROOT%{_libdir}/%{name}/x86

install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_libdir}/%{name}/x86
install -p -m644 %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/%{name}/x86

%files
%defattr(-,root,root)
%doc AUTHORS COPYING HISTORY README
%{_bindir}/*
%{_libdir}/%{name}
%{_mandir}/*/*


%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