From: Michael Tremer Date: Mon, 18 Sep 2023 11:56:08 +0000 (+0000) Subject: efibootmgr: New package X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a223bfa617a6037ea63bb59d0192dc16a0faa443;p=people%2Fstevee%2Fipfire-3.x.git efibootmgr: New package This is required by GRUB on EFI systems Signed-off-by: Michael Tremer --- diff --git a/efibootmgr/efibootmgr.nm b/efibootmgr/efibootmgr.nm new file mode 100644 index 000000000..9d06ad783 --- /dev/null +++ b/efibootmgr/efibootmgr.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = efibootmgr +version = 18 +release = 1 + +groups = System/Bootloaders +url = https://github.com/rhboot/efibootmgr/ +license = GPLv2 +summary = Linux user-space application to modify the EFI Boot Manager + +description + This is efibootmgr, a Linux user-space application to modify the + Intel Extensible Firmware Interface (EFI) Boot Manager. This + application can create and destroy boot entries, change the boot + order, change the next running boot option, and more. +end + +source_dl = https://github.com/rhboot/efibootmgr/releases/download/%{version}/ +sources = %{thisapp}.tar.bz2 + +build + requires + efivar-devel + pkgconfig + popt-devel + end + + export EFIDIR=%{DISTRO_SNAME} +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end