Package-Manager: Portage-2.3.50, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-# eutils for einstalldocs
-inherit autotools epatch epunt-cxx eutils ltprune multilib-minimal
+
+inherit autotools epunt-cxx multilib-minimal
DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
HOMEPAGE="http://www.audiocoding.com"
multilib_src_install() {
emake DESTDIR="${D}" install
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}