blob: 1b715ec81b4cb5e741f95fe91ada16247326745d [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_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
}