blob: d53dc6f038d33145222904f2470cd19e47643f0c [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="5c72c8db69c6559bea3700362d874dd1b95ebd7a"
CROS_WORKON_TREE="a6e3ad285c95c4b4fd5bf9752fd23fa02bb6ac92"
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
}