blob: 6dfa86c0f63ba4b81d8075cc4ac17aec93bd093b [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_COMMIT="a059101ec8a50baa6f13d35844e13910f6baf167"
CROS_WORKON_PROJECT="chromiumos/platform/smogcheck"
inherit toolchain-funcs cros-debug cros-workon
DESCRIPTION="TPM SmogCheck library"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
IUSE="-cros-debug"
KEYWORDS="amd64 arm x86"
RDEPEND=""
DEPEND="${RDEPEND}
sys-kernel/linux-headers"
src_compile() {
tc-export CC
cros-debug-add-NDEBUG
emake clean
emake || die "Smogcheck compile failed"
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
}