diff options
Diffstat (limited to 'packages/sys-sound/alsa-ucm-conf/alsa-ucm-conf-1.2.4.exheres-0')
-rw-r--r-- | packages/sys-sound/alsa-ucm-conf/alsa-ucm-conf-1.2.4.exheres-0 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/sys-sound/alsa-ucm-conf/alsa-ucm-conf-1.2.4.exheres-0 b/packages/sys-sound/alsa-ucm-conf/alsa-ucm-conf-1.2.4.exheres-0 new file mode 100644 index 000000000..6326082a4 --- /dev/null +++ b/packages/sys-sound/alsa-ucm-conf/alsa-ucm-conf-1.2.4.exheres-0 @@ -0,0 +1,25 @@ +# Copyright 2019-2020 Timo Gurr <tgurr@exherbo.org> +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="ALSA Use Case Manager configuration (and topologies) files" +HOMEPAGE="https://www.alsa-project.org" +DOWNLOADS="mirror://alsaproject/lib/${PNV}.tar.bz2" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES="" + +src_test() { + : +} + +src_install() { + insinto /usr/share/alsa + edo cp -a ucm2 "${IMAGE}"/usr/share/alsa/ + + emagicdocs +} + |