]> git.ipfire.org Git - ipfire-3.x.git/blob - flashrom/flashrom.nm
vim: Update to version 9.0.2134
[ipfire-3.x.git] / flashrom / flashrom.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = flashrom
7 version = 1.3.0
8 release = 1
9 thisapp = %{name}-%{version}
10
11 groups = Development/Tools
12 url = https://www.flashrom.org
13 license = GPLv2
14 summary = flashrom is a utility to write flash chips
15
16 description
17 flashrom is a utility for identifying, reading, writing, verifying
18 and erasing flash chips.
19 It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images
20 on mainboards, network/graphics/storage controller cards, and various
21 other programmer devices.
22 end
23
24 source_dl = https://github.com/flashrom/flashrom/archive/refs/tags/v%{version}.tar.gz#/
25 sources = %{thisapp}.tar.gz
26
27 build
28 requires
29 libudev-devel
30 libusb-devel
31 pciutils-devel
32 end
33
34 make_install_targets += PREFIX=%{prefix} MANDIR=%{mandir}
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end