]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - efibootmgr/efibootmgr.nm
git: Rebuild because of Pakfire integer overflow issue
[people/pmueller/ipfire-3.x.git] / efibootmgr / efibootmgr.nm
CommitLineData
a223bfa6
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = efibootmgr
7version = 18
8release = 1
9
10groups = System/Bootloaders
11url = https://github.com/rhboot/efibootmgr/
12license = GPLv2
13summary = Linux user-space application to modify the EFI Boot Manager
14
15description
16 This is efibootmgr, a Linux user-space application to modify the
17 Intel Extensible Firmware Interface (EFI) Boot Manager. This
18 application can create and destroy boot entries, change the boot
19 order, change the next running boot option, and more.
20end
21
22source_dl = https://github.com/rhboot/efibootmgr/releases/download/%{version}/
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 efivar-devel
28 pkgconfig
29 popt-devel
30 end
31
32 export EFIDIR=%{DISTRO_SNAME}
33end
34
35packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end