Files
Arch-R/packages/tools/flashrom/meta
Stephan Raue a43347b2f6 flashrom: simplyfing OpenELEC download url
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-17 00:50:13 +01:00

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"