coreboot-utils-me_cleaner: noarch=yes, python3 shebang
This commit is contained in:
parent
8f63c6f288
commit
5b4114f631
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'coreboot-utils'
|
||||
pkgname=coreboot-utils
|
||||
version=4.8.1
|
||||
revision=1
|
||||
revision=2
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-makefile
|
||||
wrksrc="coreboot-${version}"
|
||||
|
@ -11,8 +11,7 @@ short_desc="Coreboot firmware utilities"
|
|||
maintainer="m3tav3rse <n6maa10816@tuta.io>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://coreboot.org"
|
||||
distfiles="https://coreboot.org/releases/coreboot-${version}.tar.xz>${pkgname}-\
|
||||
${version}.tar.xz"
|
||||
distfiles="https://coreboot.org/releases/coreboot-${version}.tar.xz"
|
||||
checksum=f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23
|
||||
|
||||
do_build() {
|
||||
|
@ -33,8 +32,10 @@ do_install() {
|
|||
}
|
||||
|
||||
coreboot-utils-me_cleaner_package() {
|
||||
noarch=yes
|
||||
python_version=3
|
||||
depends="python3"
|
||||
short_desc+=" - tool for partial deblobbing Intel ME/TXE firmware"
|
||||
short_desc="Tool for partial deblobbing Intel ME/TXE firmware images"
|
||||
license="GPL-3.0-or-later"
|
||||
pkg_install() {
|
||||
vbin me_cleaner/me_cleaner.py me_cleaner
|
||||
|
|
Loading…
Reference in New Issue