Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
gPXE
> gpxe.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gpxe.spec of Package gPXE (Revision 2)
Currently displaying revision
2
,
show latest
Name: gpxe Version: 0.9.6 Release: 1 License: GPL Url: http://etherboot.org/ Group: System Summary: network bootloader Source0: http://kernel.org/pub/software/utils/boot/gpxe/%{name}-%{verstion}.tar.bz2 Patch0: gpxe-isolinux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: syslinux gcc binutils mtools perl make %description gPXE is an open source (GPL) network bootloader. It provides a direct replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. %setup -n %{name}-%{version} %patch0 %build cd src %__make %install %__install -d 0755 %{buildroot}%{_datadir}/%{name} for FILE in bin/gpxe.dsk bin/gpxe.usb bin/gpxe.iso bin/undionly.kpxe bin/gpxe.dsk ; do %__install -m 0644 ${FILE} %{buildroot}%{_datadir}/%{name}/ done %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING COPYRIGHTS README LOG VERSION %{_datadir}/%{name}