Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit toolchain-funcs
KEYWORDS="amd64 hppa ppc x86"
IUSE=""
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
}
-src_install () {
- insinto /etc
- doins smixer.conf
+src_install() {
dobin smixer
+ einstalldocs
doman man/smixer.1
- dodoc README
+
+ insinto /etc
+ doins smixer.conf
}