Package-Manager: Portage-2.3.13, Repoman-2.3.4
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
HOMEPAGE="http://adplug.sourceforge.net"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-
src_configure() {
econf \
$(use_enable static-libs static) \
src_install() {
default
- rm -f "${ED}"usr/lib*/lib${PN}.la
+ find "${D}" -name '*.la' -delete || die
}