blob: 3b16a6d445b5d5856754ac1b5e5e440720bbdd12 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit cros-constants
DESCRIPTION="Client portion of autotest installed at image creation time"
HOMEPAGE="http://src.chromium.org"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
DEPEND="
chromeos-base/autotest
"
S=${WORKDIR}
src_install() {
dodir /usr/local/autotest
tar xvf "${SYSROOT}/${AUTOTEST_BASE}/packages/client-autotest.tar.bz2" \
-C "${D}"/usr/local/autotest || die
}