]> git.ipfire.org Git - ipfire-3.x.git/blame - flashrom/flashrom.nm
binutils: Update to 2.32
[ipfire-3.x.git] / flashrom / flashrom.nm
CommitLineData
44717f28
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = flashrom
7version = 1.0
8release = 1
9
10groups = Development/Tools
11url = https://www.flashrom.org
12license = GPLv2
13summary = flashrom is a utility to write flash chips
14
15description
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.
21end
22
23source_dl = https://download.flashrom.org/releases/
24sources = %{thisapp}.tar.bz2
25
26build
27 requires
28 libusb-compat-devel
29 libusb-devel
30 pciutils-devel
31 end
32
33 make_install_targets += PREFIX=%{prefix} MANDIR=%{mandir}
34end
35
36packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42end