Package-Manager: Portage-2.3.40, Repoman-2.3.9
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
inherit autotools
DESCRIPTION="Plugin API for software instruments with user interfaces"
virtual/pkgconfig"
src_prepare() {
+ eapply_user
sed -i \
-e 's:libdir=.*:libdir=@libdir@:' \
dssi.pc.in || die
eautoreconf
}
-src_configure() {
- econf \
- --disable-dependency-tracking
-}
-
src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README doc/TODO doc/*.txt
+ DOCS=( README doc/TODO doc/*.txt )
+ default
find "${D}" -name '*.la' -delete
}