blob: a74a28cafb7055cbd35ad56bb26d477a3f5fe045 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
CROS_WORKON_COMMIT="8af5146f4c55a51b0debf81f1cee3c3333aa1505"
CROS_WORKON_TREE="3e83746d9b90963f6758ad6b3db2c2e7a4410717"
CROS_WORKON_PROJECT="chromiumos/third_party/em100"
inherit cros-workon toolchain-funcs
DESCRIPTION="A simple utility to control a Dediprog EM100pro from Linux"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
src_compile() {
tc-export CC PKG_CONFIG
emake
}
src_install() {
dosbin em100
}