blob: c1ede2d53f99a61dfa47190b6c244d8257571f37 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="e50f5414b5075a4a89cd7358ec02d37ef26a5ab2"
CROS_WORKON_TREE="2d3b5e5360735cf97125be49b5eecb0f4740fb2d"
EAPI=2
CROS_WORKON_PROJECT="chromiumos/platform/modem-utilities"
inherit cros-debug cros-workon toolchain-funcs
DESCRIPTION="Chromium OS modem utilities"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
RDEPEND="
sys-apps/dbus
"
DEPEND="${RDEPEND}"
src_compile() {
cros-debug-add-NDEBUG
emake || die "Failed to compile"
}
src_install() {
emake DESTDIR=${D} install || die "Install failed"
}