18 lines
614 B
Bash
18 lines
614 B
Bash
# Template file for 'flashrom'
|
|
pkgname=flashrom
|
|
version=0.9.9.1
|
|
revision=1
|
|
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
makedepends="pciutils-devel libusb-compat-devel"
|
|
hostmakedepends="pkg-config"
|
|
homepage="http://www.flashrom.org"
|
|
build_style=gnu-makefile
|
|
license="GPL-2"
|
|
distfiles=http://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
|
checksum=0e145a5b9b18c98752acf0f8329a9a260ddf030abf687416daab9f05a0f508d0
|
|
|
|
pre_build() {
|
|
sed -i "s:sbin:bin:g" Makefile
|
|
sed -i 's/u_int\([0-9]*\)_t/uint\1_t/' $(find -name '*.[ch]')
|
|
}
|