From 2936a1437cacb257968adf1534c754c677b20310 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 18 Sep 2023 11:55:46 +0000 Subject: [PATCH] efivar: New package This is required by efibootmgr Signed-off-by: Michael Tremer --- efivar/efivar.nm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 efivar/efivar.nm diff --git a/efivar/efivar.nm b/efivar/efivar.nm new file mode 100644 index 000000000..c934fc0d8 --- /dev/null +++ b/efivar/efivar.nm @@ -0,0 +1,38 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = efivar +version = 38 +release = 1 + +groups = System/Bootloaders +url = https://github.com/rhboot/efivar +license = LGPLv2.1 +summary = Tools and libraries to work with EFI variables + +description + Tools and libraries to work with EFI variables +end + +source_dl = https://github.com/rhboot/efivar/releases/download/%{version}/ +sources = %{thisapp}.tar.bz2 + +build + requires + mandoc + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end -- 2.47.3