blob: aee22582d61c68fbe99bfb70239d7ce9deaaba83 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
CROS_WORKON_COMMIT="5d3f1d0f11e868c32c2f1ac700e469f8c0eeb3b6"
CROS_WORKON_TREE="76f7eb75f026b33d28afbd34f4d15b7def8f271e"
CROS_WORKON_PROJECT="chromiumos/platform/jabra_vold"
CROS_WORKON_LOCALNAME="jabra_vold"
inherit cros-workon toolchain-funcs
DESCRIPTION="A simple daemon to handle Jabra speakerphone volume change"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
RDEPEND=">=media-libs/alsa-lib-1.0"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC PKG_CONFIG
emake
}
src_install() {
dosbin jabra_vold
insinto /etc/udev/rules.d
doins 99-jabra.rules
}