blob: fe7c8adf0d5cee65d030e44f404dcc899497d546 [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=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="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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_configure() {
cros-workon_src_configure
}
src_compile() {
tc-export CC PKG_CONFIG
emake || die
distutils_src_compile
}
src_install() {
emake DESTDIR="${D}" LIBDIR=/usr/$(get_libdir) install || die
distutils_src_install
}