Package-Manager: Portage-2.3.31, Repoman-2.3.9
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
inherit versionator
MYP="${PN}$(replace_all_version_separators '')"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
IUSE="doc"
DEPEND="app-arch/unzip"
S="${WORKDIR}"
src_install() {
- insinto /usr/include
- doins *.h || die
- use doc && dohtml doxygen/html/*
+ doheader *.h
+
+ use doc && HTML_DOCS=( doxygen/html/. )
+ einstalldocs
}