blob: 1f4e00157eaf9e0881f28c909cd1a48585f2debd [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="0e87afb2d4f6cef2b5ecca593e21117a5e9379a0"
CROS_WORKON_TREE="611b421824a85dff20fd67f6cb25b6eab9f36730"
CROS_WORKON_PROJECT="chromiumos/platform/autox"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit python cros-workon
DESCRIPTION="AutoX library for interacting with X apps"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="dev-python/python-xlib"
DEPEND=""
pkg_setup() {
python_pkg_setup
cros-workon_pkg_setup
}
src_install() {
insinto "$(python_get_sitedir)"
doins autox.py
}