blob: 8a28373702ff333a8069d2439417a52ae8973e9f [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
DESCRIPTION="Software to communicate with servo/miniservo debug boards"
HOMEPAGE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
CROS_WORKON_PROJECT="chromiumos/third_party/hdctools"
inherit cros-workon distutils
RDEPEND=">=dev-embedded/libftdi-0.18
dev-libs/libusb"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC PKG_CONFIG
emake || die "emake compile failed."
distutils_src_compile || die "distutils compile failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
distutils_src_install || die "distutils install failed"
}