]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
efivar: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Sep 2023 11:55:46 +0000 (11:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Sep 2023 11:55:46 +0000 (11:55 +0000)
This is required by efibootmgr

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
efivar/efivar.nm [new file with mode: 0644]

diff --git a/efivar/efivar.nm b/efivar/efivar.nm
new file mode 100644 (file)
index 0000000..c934fc0
--- /dev/null
@@ -0,0 +1,38 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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