-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils multilib
+EAPI=6
+inherit multilib-minimal
DESCRIPTION="Tools for computing and checking HMAC values for files"
HOMEPAGE="https://fedorahosted.org/hmaccalc/"
sys-devel/prelink"
RDEPEND="${DEPEND}"
-src_configure() {
- econf \
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
--enable-sum-directory=/usr/$(get_libdir)/${PN}/ \
- $(use_enable !fips non-fips) \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README
+ $(use_enable !fips non-fips)
}