]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - efivar/efivar.nm
util-linux: Fix typo in libfdisk-devel package name
[people/pmueller/ipfire-3.x.git] / efivar / efivar.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = efivar
7 version = 38
8 release = 1
9
10 groups = System/Bootloaders
11 url = https://github.com/rhboot/efivar
12 license = LGPLv2.1
13 summary = Tools and libraries to work with EFI variables
14
15 description
16 Tools and libraries to work with EFI variables
17 end
18
19 source_dl = https://github.com/rhboot/efivar/releases/download/%{version}/
20 sources = %{thisapp}.tar.bz2
21
22 build
23 requires
24 mandoc
25 end
26 end
27
28 packages
29 package %{name}
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end