# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit eutils autotools systemd DESCRIPTION="support for extra binary formats" HOMEPAGE="http://binfmt-support.nongnu.org/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" RDEPEND="dev-libs/libpipeline" DEPEND="${RDEPEND}" src_prepare() { eautoreconf } src_configure() { econf \ --localstatedir="${EPREFIX}/var" \ --enable-openrc \ "$(systemd_with_unitdir)" } src_install() { emake install DESTDIR="${D}" dodoc ChangeLog ChangeLog-2013 NEWS doc/detectors }