diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template index 65a4f4f0317..5e866cb448f 100644 --- a/srcpkgs/sof-firmware/template +++ b/srcpkgs/sof-firmware/template @@ -1,6 +1,6 @@ # Template file for 'sof-firmware' pkgname=sof-firmware -version=1.8 +version=1.9 revision=1 archs="i686* x86_64*" wrksrc="sof-bin-${version}" @@ -11,7 +11,7 @@ maintainer="cinerea0 " license="BSD-3-Clause" homepage="https://thesofproject.github.io/latest/index.html" distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz" -checksum=1d4ac18db8d2ec3046fdb56b4155f1c14d69644743b7c0324ba9b02f4308ab22 +checksum=633bff2cc1490146de66796e52e06c7a608591a328c0bfc6f3fc30114640803a do_install() { vmkdir usr/lib/firmware/intel/sof @@ -21,11 +21,3 @@ do_install() { vlicense LICENCE.NXP } - -sof-tools_package() { - pkg_install() { - vbin "v${version}.x/tools-v${version}/sof-ctl" - vbin "v${version}.x/tools-v${version}/sof-logger" - vbin "v${version}.x/tools-v${version}/sof-probes" - } -} diff --git a/srcpkgs/sof-tools b/srcpkgs/sof-tools deleted file mode 120000 index 438798503c9..00000000000 --- a/srcpkgs/sof-tools +++ /dev/null @@ -1 +0,0 @@ -sof-firmware \ No newline at end of file diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template new file mode 100644 index 00000000000..e10c8afe210 --- /dev/null +++ b/srcpkgs/sof-tools/template @@ -0,0 +1,21 @@ +# Template file for 'sof-tools' +pkgname=sof-tools +version=1.9 +revision=1 +# https://github.com/thesofproject/sof/issues/4902 +archs="x86_64" +wrksrc="sof-${version}" +build_wrksrc="tools" +build_style=cmake +hostmakedepends="alsa-utils m4" +makedepends="alsa-lib-devel" +short_desc="Sound Open Firmware and topology binaries - development tools" +maintainer="cinerea0 " +license="BSD-3-Clause" +homepage="https://thesofproject.github.io/latest/index.html" +distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz" +checksum=29b83a63720ace3a9173073f12c4dfae5ece841773483cb025623506cd02eccb + +post_install() { + vlicense ../LICENCE +}