mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
6a9f45c35b
commit
f4711b2b03
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sof-firmware'
|
# Template file for 'sof-firmware'
|
||||||
pkgname=sof-firmware
|
pkgname=sof-firmware
|
||||||
version=2024.09.2
|
version=2025.01
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
hostmakedepends="rsync"
|
hostmakedepends="rsync"
|
||||||
|
@ -10,11 +10,11 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://thesofproject.github.io/latest/index.html"
|
homepage="https://thesofproject.github.io/latest/index.html"
|
||||||
distfiles="https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz"
|
distfiles="https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz"
|
||||||
checksum=86e6841a55f1d6d1c91503a8482c1b475dbcadecdb6151bfa0ac0095d1d8a52a
|
checksum=34d565db757a32450106317cc51f38bf67962e0fc8b7f7c72e6e39fd89e99263
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/lib/firmware/intel
|
vmkdir usr/lib/firmware/intel
|
||||||
for dir in sof sof-ipc4 sof-tplg sof-ace-tplg; do
|
for dir in sof sof-ace-tplg sof-ipc4 sof-ipc4-lib sof-ipc4-tplg sof-tplg; do
|
||||||
rsync -a "${dir}" "${DESTDIR}/usr/lib/firmware/intel/"
|
rsync -a "${dir}" "${DESTDIR}/usr/lib/firmware/intel/"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue