]> git.pld-linux.org Git - packages/elilo.git/commitdiff
- new auto/ac/elilo-3_5-0_pre1_1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Nov 2004 21:46:40 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elilo.spec -> 1.1

elilo.spec [new file with mode: 0644]

diff --git a/elilo.spec b/elilo.spec
new file mode 100644 (file)
index 0000000..86b6b79
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       ELILO: EFI Linux Boot Loader
+Summary(pl):   ELILO - linuksowy bootloader dla platform EFI
+Name:          elilo
+Version:       3.5
+%define        bver    pre1
+Release:       0.%{bver}.1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/elilo/%{name}-%{version}-%{bver}.tgz
+# Source0-md5: c2dec77ef23fa273797df52fc1780e65
+URL:           http://elilo.sourceforge.net/
+BuildRequires: gnu-efi >= 3.0a
+ExclusiveArch: %{ix86} ia64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ELILO is the EFI Linux boot loader for IA-64 (IPF) and IA-32 (x86)
+EFI-based platforms.
+
+%description -l pl
+ELILO to linuksowy bootloader dla platform IA-64 (IPF) i IA-32 (x86)
+opartych na EFI.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       OPTIMFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},/boot/efi}
+
+install tools/eliloalt $RPM_BUILD_ROOT%{_sbindir}
+install elilo.efi $RPM_BUILD_ROOT/boot/efi
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README* TODO docs/*.txt examples
+%attr(755,root,root) %{_sbindir}/eliloalt
+%dir /boot/efi
+/boot/efi/elilo.efi
This page took 0.037787 seconds and 4 git commands to generate.