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