Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858525
en ru br
ALT Linux repos
S:2.5.3-alt1
5.0: 2.0.0-alt2
4.1: 2.0.0-alt2
4.0: 2.0.0-alt2
3.0: 2.0.0-alt1

Group :: System/Configuration/Hardware
RPM: ms-sys

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: ms-sys
Version: 2.0.0
Release: alt2

Summary: Linux program for writing Microsoft compatible boot records.
License: GPL
Group: System/Configuration/Hardware

URL: http://ms-sys.sourceforge.net/
Source: http://prdownloads.sourceforge.net/ms-sys/%name-%version.tgz

BuildRequires: gettext-tools

%description
Linux program for writing Microsoft compatible boot records. This program does the same as Microsoft "fdisk /mbr" to a
hard disk or "sys d:" to a floppy or FAT32 partition except that it does not copy any system files, only the boot
record is written

%prep
%setup -q

%build
%make BINDIR=%{_bindir} MANDIR=%{_mandir} LOCALEDIR=%{_datadir}/locale

%install
%__mkdir_p %{buildroot}/%{_bindir}
%__mkdir_p %{buildroot}/%{_mandir}/man1
%__mkdir_p %{buildroot}/%{_datadir}/locale
%make BINDIR=%{buildroot}/%{_bindir} MANDIR=%{buildroot}/%{_mandir} LOCALEDIR=%{buildroot}/%{_datadir}/locale install

%find_lang %name

%files -f %name.lang
%_bindir/*
%_mandir/man?/*
%doc CHANGELOG CONTRIBUTORS COPYING README TODO

%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