flashrom: move to usr/bin.
This commit is contained in:
parent
edb8e444a0
commit
71a93a3db4
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'flashrom'
|
# Template file for 'flashrom'
|
||||||
pkgname=flashrom
|
pkgname=flashrom
|
||||||
version=0.9.8
|
version=0.9.8
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="utility for identifying, reading, writing, verifying and erasing flash chips"
|
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
makedepends="pciutils-devel libusb-compat-devel"
|
makedepends="pciutils-devel libusb-compat-devel"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,6 +11,10 @@ license="MIT/X11"
|
||||||
distfiles=http://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
distfiles=http://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
||||||
checksum=13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934
|
checksum=13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i "s:sbin:bin:g" Makefile
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr ${makejobs} \
|
make PREFIX=/usr ${makejobs} \
|
||||||
CONFIG_INTERNAL=no CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_GFXNVIDIA=no CONFIG_SATASII=no \
|
CONFIG_INTERNAL=no CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_GFXNVIDIA=no CONFIG_SATASII=no \
|
||||||
|
|
Loading…
Add table
Reference in a new issue