blob: b7e320f7331b0306f2b828141feaed75779af266 [file] [log] [blame]
# Copyright 2010 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
# $Header$
EAPI=7
CROS_WORKON_COMMIT="ff8b993e0a65a72c0e3c7b51c02d1048816012a6"
CROS_WORKON_TREE="eab48ed7e006b22ffcbd2807f4c71fe0c9fe9c26"
CROS_WORKON_PROJECT="chromiumos/platform/tpm_lite"
CROS_WORKON_LOCALNAME="tpm_lite"
inherit cros-workon toolchain-funcs
DESCRIPTION="TPM Light Command Library testsuite"
LICENSE="BSD-Google"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tpm_lite/"
SLOT="0"
KEYWORDS="*"
DEPEND="app-crypt/trousers"
src_configure() {
tc-export CC CXX LD AR RANLIB NM
}
src_compile() {
emake -C src cross USE_TPM_EMULATOR=0
}
src_install() {
pushd src
dobin testsuite/tpmtest_*
dolib.a tlcl/libtlcl.a
popd
}