dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / media-libs / alsa-topology-conf / alsa-topology-conf-1.2.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="ALSA topology configuration files"
7 HOMEPAGE="https://www.alsa-project.org"
8 SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2"
9 LICENSE="BSD"
10 SLOT="0"
11
12 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
13 IUSE=""
14
15 RDEPEND="!<media-libs/alsa-lib-1.2.1"
16 DEPEND="${RDEPEND}"
17
18 S="${WORKDIR}"
19
20 src_install() {
21         insinto /usr/share/alsa
22         doins -r topology
23 }