From aef2b204ecdc156fed875b5cb4f2b3ec66095f32 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 28 Jul 2020 20:11:27 -0700 Subject: sys-firmware/sof-firmware: Version bump to 1.5.1 Clsoes: https://bugs.gentoo.org/733254 Signed-off-by: Matt Turner --- .../sof-firmware/sof-firmware-1.5.1.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild (limited to 'sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild') diff --git a/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild b/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild new file mode 100644 index 000000000000..cfd84283ad7a --- /dev/null +++ b/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Sound Open Firmware (SOF) binary files" + +HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin" +SRC_URI="https://github.com/thesofproject/sof-bin/archive/stable-v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S=${WORKDIR}/sof-bin-stable-v${PV} + +src_compile() { + sed -i -e '1i #!/bin/bash\nset -e' \ + -e '/^ROOT=/d' \ + -e "s/^VERSION=.*/VERSION=v${PV}/" go.sh || die +} + +src_install() { + mkdir -p ${D}/lib/firmware || die + ROOT=${D} ${S}/go.sh || die +} -- cgit v1.2.3-65-gdbad