]> git.ipfire.org Git - ipfire-3.x.git/blob - flashrom/flashrom.nm
git: Update to 2.23.0
[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.0
8 release = 1
9
10 groups = Development/Tools
11 url = https://www.flashrom.org
12 license = GPLv2
13 summary = flashrom is a utility to write flash chips
14
15 description
16 flashrom is a utility for identifying, reading, writing, verifying
17 and erasing flash chips.
18 It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images
19 on mainboards, network/graphics/storage controller cards, and various
20 other programmer devices.
21 end
22
23 source_dl = https://download.flashrom.org/releases/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 libusb-compat-devel
29 libusb-devel
30 pciutils-devel
31 end
32
33 make_install_targets += PREFIX=%{prefix} MANDIR=%{mandir}
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end