8ec12dea16eef63ac6483797c1060c21044adb6a
[platform/upstream/gnu-efi.git] / packaging / gnu-efi.spec
1 Name:           gnu-efi
2 Version:        3.0
3 Release:        1
4 License:        BSD-3-Clause
5 Summary:        EFI development environment
6 Url:            http://sourceforge.net/projects/gnu-efi/
7 Group:          System/Boot
8 Source0:        http://download.sourceforge.net/%{name}/%{name}_%{version}.orig.tar.gz
9 BuildRequires:  pciutils
10 ExclusiveArch:  %ix86 x86_64
11
12
13 %description
14 gnu-efi is a library for building EFI applications
15
16 %prep
17 %setup -q -n %{name}-%{version}
18
19 %build
20 make
21
22 %install
23 make install PREFIX=%{_prefix} INSTALLROOT=%{buildroot}
24
25 %files
26 %defattr(-,root,root)
27 %{_includedir}/efi/*
28 %{_prefix}/lib/*