blob: 90a25947172e1966f2fa405dd9b2799317654c33 [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
CROS_WORKON_COMMIT="a6eb3ea6c7d395c8f501807d1bb9f340eb2edf8f"
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"
}