flashrom: New package

This tool can flash firmware on various chipsets and BIOSes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2019-03-29 03:37:59 +00:00
parent 006f7c4022
commit 44717f281a
1 changed files with 42 additions and 0 deletions

42
flashrom/flashrom.nm Normal file
View File

@ -0,0 +1,42 @@
###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = flashrom
version = 1.0
release = 1
groups = Development/Tools
url = https://www.flashrom.org
license = GPLv2
summary = flashrom is a utility to write flash chips
description
flashrom is a utility for identifying, reading, writing, verifying
and erasing flash chips.
It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images
on mainboards, network/graphics/storage controller cards, and various
other programmer devices.
end
source_dl = https://download.flashrom.org/releases/
sources = %{thisapp}.tar.bz2
build
requires
libusb-compat-devel
libusb-devel
pciutils-devel
end
make_install_targets += PREFIX=%{prefix} MANDIR=%{mandir}
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end