]> git.pld-linux.org Git - packages/gnu-efi.git/blame - gnu-efi.spec
- tabs in preamble
[packages/gnu-efi.git] / gnu-efi.spec
CommitLineData
8db950bd 1Summary: GNU-EFI - building EFI applications using the GNU toolchain
cba3c99f 2Summary(pl.UTF-8): GNU-EFI - tworzenie aplikacji EFI przy użyciu narzędzi GNU
8db950bd 3Name: gnu-efi
2eadf440
JB
4Version: 3.0c
5Release: 1
8db950bd
JB
6# efilib is on Intel's BSD-like license, HP's glue code is GPL'd
7License: GPL v2+, portions on Intel's BSD-like license (see README.*)
8Group: Development/Libraries
9Source0: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz
2eadf440 10# Source0-md5: 823e5f04d1c0a7b88831f91fbf12d470
8db950bd
JB
11BuildRequires: binutils >= 2.11
12BuildRequires: gcc >= 5:3.0
13Requires: binutils >= 2.11
14Requires: gcc >= 5:3.0
15ExclusiveArch: %{ix86} ia64
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define specflags_ia64 -frename-registers
19
20%description
21GNU-EFI development environment allows to create EFI applications for
22IA-64 and x86 platforms using the GNU toolchain.
23
e0803b09
JR
24%description -l pl.UTF-8
25Środowisko programistyczne GNU-EFI umożliwia tworzenie aplikacji EFI
26dla platform IA-64 i x86 przy użyciu narzędzi GNU.
8db950bd
JB
27
28%prep
29%setup -q
30
31%build
32%{__make} \
33 CC="%{__cc}" \
34 CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar"
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 INSTALLROOT=$RPM_BUILD_ROOT%{_prefix}
41
42install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
43cp -a apps/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc ChangeLog README.*
51%{_libdir}/lib*efi.a
52%{_libdir}/crt0-efi-*.o
53%{_libdir}/elf_*_efi.lds
54%{_includedir}/efi
55%{_examplesdir}/%{name}-%{version}
This page took 0.099841 seconds and 4 git commands to generate.