From 24d75f43d3d4caf76f2448bb277e89a3b3ae0d99 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Aug 2022 13:48:30 +0100 Subject: gentoo auto-resync : 03.08.2022 - 13:48:05 --- media-libs/opencore-amr/opencore-amr-0.1.6.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 media-libs/opencore-amr/opencore-amr-0.1.6.ebuild (limited to 'media-libs/opencore-amr/opencore-amr-0.1.6.ebuild') diff --git a/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild b/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild new file mode 100644 index 000000000000..da82a7d5b8b0 --- /dev/null +++ b/media-libs/opencore-amr/opencore-amr-0.1.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-minimal + +DESCRIPTION="Implementation of Adaptive Multi Rate Narrowband and Wideband speech codec" +HOMEPAGE="https://sourceforge.net/projects/opencore-amr/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ppc-macos ~x64-macos" + +multilib_src_configure() { + ECONF_SOURCE=${S} econf --disable-static +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -type f -name "*.la" -delete || die +} -- cgit v1.2.3