blob: a95aee18d8923c61f6fb15b06658d867e0b45a83 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="68353ed5901505c7f502253462165c7ab90892ac"
CROS_WORKON_TREE="0b69f4344530f5cbc8987de5491f99a0fa54ac8f"
EAPI=2
CROS_WORKON_PROJECT="chromiumos/third_party/hdctools"
SUPPORT_PYTHON_ABIS="1"
inherit cros-workon distutils toolchain-funcs multilib
DESCRIPTION="Software to communicate with servo/miniservo debug boards"
HOMEPAGE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND=">=dev-embedded/libftdi-0.18
dev-libs/libusb
dev-python/numpy
dev-python/pexpect
dev-python/pyserial
dev-python/pyusb"
DEPEND="${RDEPEND}
app-text/htmltidy"
src_compile() {
tc-export CC PKG_CONFIG
emake || die
distutils_src_compile
}
src_install() {
emake DESTDIR="${D}" LIBDIR=/usr/$(get_libdir) install || die
# distutils takes care of installing servod, and doesn't like
# it when something else already installed it ...
rm -f "${D}"/usr/bin/servod
distutils_src_install
}