# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools DESCRIPTION="Enclosure LED Utilities" HOMEPAGE="https://github.com/intel/ledmon" SRC_URI="https://github.com/intel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { default eautoreconf } src_configure() { local myeconfargs=( --enable-systemd ) econf "${myeconfargs[@]}" }