blob: e341e952e6d69eb0e55c206af988d09ecc89cf46 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="a059101ec8a50baa6f13d35844e13910f6baf167"
CROS_WORKON_TREE="bfb5a8712813658b24525efbc94c8dc46380afff"
EAPI=2
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=""
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"
}