mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
flashrom: update to 1.0.1.
This commit is contained in:
parent
2aed05e344
commit
99bc41b84c
2 changed files with 10 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'flashrom'
|
# Template file for 'flashrom'
|
||||||
pkgname=flashrom
|
pkgname=flashrom
|
||||||
version=1.0
|
version=1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="flashrom-v${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="pciutils-devel libusb-compat-devel"
|
||||||
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
makedepends="pciutils-devel libusb-compat-devel"
|
license="GPL-2.0-only"
|
||||||
hostmakedepends="pkg-config"
|
homepage="https://www.flashrom.org"
|
||||||
homepage="http://www.flashrom.org"
|
distfiles="https://download.flashrom.org/releases/${pkgname}-v${version}.tar.bz2"
|
||||||
build_style=gnu-makefile
|
checksum=d579f8dda5b69eeab55a658d59ffbe185443e4e8477e751aaf38c36468cede44
|
||||||
license="GPL-2"
|
|
||||||
distfiles=https://download.flashrom.org/releases/$pkgname-$version.tar.bz2
|
|
||||||
checksum=3702fa215ba5fb5af8e54c852d239899cfa1389194c1e51cb2a170c4dc9dee64
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s:sbin:bin:g" Makefile
|
sed -i "s:sbin:bin:g" Makefile
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_]|v)?\K([^-/_\s]*?\d[^-/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'
|
||||||
ignore="*wgTitle*"
|
ignore="*wgTitle*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue