mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
flashrom: update to 0.9.8.
This commit is contained in:
parent
cbfbb25939
commit
591582c68c
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'flashrom'
|
# Template file for 'flashrom'
|
||||||
pkgname=flashrom
|
pkgname=flashrom
|
||||||
version=0.9.7
|
version=0.9.8
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="utility for identifying, reading, writing, verifying and erasing flash chips"
|
short_desc="utility for identifying, reading, writing, verifying and erasing flash chips"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
makedepends="pciutils-devel"
|
makedepends="pciutils-devel libusb-compat-devel"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
homepage="http://www.flashrom.org"
|
homepage="http://www.flashrom.org"
|
||||||
license="MIT/X11"
|
license="MIT/X11"
|
||||||
distfiles=http://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
distfiles=http://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
||||||
checksum=5a55212d00791981a9a1cb0cdca9d9e58bea6d399864251e7b410b4d3d6137e9
|
checksum=13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr ${makejobs} \
|
make PREFIX=/usr ${makejobs} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue