Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 908d770cc8d176e49044718d939a6630 > files > 2

makebootfat-1.2-1mdk.src.rpm

%define name makebootfat
%define version 1.2
%define release 1mdk

Summary: A command line utility able to create bootable USB disks
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://puzzle.dl.sourceforge.net/sourceforge/advancemame/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Kernel and hardware 
Url: http://advancemame.sourceforge.net/cd-download.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
makebootfat is a command line utility able to create 
bootable USB disks for Linux and Windows 
using the FAT filesystem and syslinux.

%prep
%setup -q
%configure

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/makebootfat
%{_mandir}/man1/makebootfat*

%changelog
* Fri Feb 24 2005 Erwan Velu <erwan@seanodes.com> 1.2-1mdk
- Initial release