mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
662 B
Plaintext
17 lines
662 B
Plaintext
PKG_NAME="flashrom"
|
|
PKG_VERSION="1061"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.flashrom.org"
|
|
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="zlib pciutils dmidecode"
|
|
PKG_BUILD_DEPENDS="toolchain zlib pciutils dmidecode"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="tools"
|
|
PKG_SHORTDESC="flashrom: linux BIOS programmer"
|
|
PKG_LONGDESC="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 programmer devices."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|