blob: 488a1dc0e1dc892764dfd8840bc4da4cee6f3ecd [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_COMMIT="108461060abb551bdb11991f69db335610763a43"
CROS_WORKON_PROJECT="chromiumos/platform/factory_test_tools"
inherit cros-workon
DESCRIPTION="Chrome OS Factory Test Tools"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/python
>=chromeos-base/vpd-0.0.1-r11"
CROS_WORKON_LOCALNAME="factory_test_tools"
src_install() {
dodir /usr/gooftool
insinto /usr/gooftool
exeinto /usr/gooftool
doins *.png
doexe gooftool *.sh *.py
}