### this file is sourced not run
PKGVER=1.0
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=flashrom-1.0.tar.bz2
MD5SUM=48a64b564ebc427306d8e96ed9388b66
SRC_URL=https://review.coreboot.org/cgit/flashrom.git/snapshot/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="flashrom: flashrom $PKGVER (ROM programmer)
flashrom: 
flashrom: flashrom is a utility for identifying, reading, writing, verifying 
flashrom: and erasing flash chips. It is designed to flash 
flashrom: BIOS/EFI/coreboot/firmware/optionROM images on mainboards, 
flashrom: network/graphics/storage controller cards, and various other 
flashrom: programmer devices.
flashrom: 
flashrom: https://www.flashrom.org/
flashrom: 
flashrom:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/flashrom* &&
	make && make PREFIX=/usr install &&
	pkg_build_slackdesc
}


