Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
iPXE
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
ipxe.spec
@@ -0,0 +1,40 @@ +Name: ipxe +Version: 1.0.0 +Release: 1 +License: GPL +Url: http://ipxe.org/start +Group: System +Summary: Network bootloader +Source0: %{name}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +BuildRequires: syslinux gcc binutils mtools perl make mkisofs + +%description +iPXE 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. + +%prep +%setup -n %{name} + +%build +cd src +%__make + +%install +cd src +%__install -d 0755 %{buildroot}%{_datadir}/%{name}/bin/ +for FILE in bin/ipxe.dsk bin/ipxe.usb bin/ipxe.iso bin/undionly.kpxe ; do + %__install -m 0644 ${FILE} %{buildroot}%{_datadir}/%{name}/ +done + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc COPYING COPYRIGHTS README +%{_datadir}/%{name} + +%changelog +* Wed Apr 20 2011 Carsten Schoene <cs@linux-administrator.com> - 1.0.0-1 +- initial build of iPXE
[-]
[+]
Deleted
_aggregate
^
@@ -1,5 +0,0 @@ -<aggregatelist> - <aggregate project="home:netmax"> - <package>gPXE</package> - </aggregate> -</aggregatelist>
Added
ipxe.tar.bz2
^