diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-06-16 19:11:38 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-06-16 19:12:02 +0200 |
commit | 5fc233fdf300bf2a4108e63e6c343b7a2cdc8bc2 (patch) | |
tree | ea9296de86c407cb54ccb861a29607a7b11da1ac /media-libs/alsa-topology-conf/alsa-topology-conf-1.2.5.1.ebuild | |
parent | media-libs/alsa-ucm-conf: Bump to version 1.2.5.1 (diff) | |
download | gentoo-5fc233fdf300bf2a4108e63e6c343b7a2cdc8bc2.tar.gz gentoo-5fc233fdf300bf2a4108e63e6c343b7a2cdc8bc2.tar.bz2 gentoo-5fc233fdf300bf2a4108e63e6c343b7a2cdc8bc2.zip |
media-libs/alsa-topology-conf: Bump to version 1.2.5.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/alsa-topology-conf/alsa-topology-conf-1.2.5.1.ebuild')
-rw-r--r-- | media-libs/alsa-topology-conf/alsa-topology-conf-1.2.5.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.5.1.ebuild b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.5.1.ebuild new file mode 100644 index 000000000000..85f9fc044624 --- /dev/null +++ b/media-libs/alsa-topology-conf/alsa-topology-conf-1.2.5.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="ALSA topology configuration files" +HOMEPAGE="https://alsa-project.org/wiki/Main_Page" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" +LICENSE="BSD" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +RDEPEND="!<media-libs/alsa-lib-1.2.1" +DEPEND="${RDEPEND}" + +src_install() { + insinto /usr/share/alsa + doins -r topology +} |