blob: 886050a9b21a8aaaf92eb0f5f1aade7bca1fac1d [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"
CROS_WORKON_COMMIT="d7177dbd464f2952e10309bf1eef56bb31a7f8ad"
CROS_WORKON_TREE="141309973aea5c4ede11b2c7df0ea522bdb6c3ba"
CROS_WORKON_PROJECT="chromiumos/platform/wireless_automation"
inherit cros-workon python
DESCRIPTION="Wireless Automation library"
HOMEPAGE="http://www.chromium.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
RDEPEND="
dev-lang/python
"
# These are all either bash / python scripts. No actual builds DEPS.
DEPEND=""
# Use default src_compile and src_install which use Makefile.
src_install() {
insinto "$(python_get_sitedir)"
doins -r wireless_automation
}