blob: 235130e96cba7653e089818ac3b29c77a8719c83 [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="ab650919ab9efbc40740d37eaf71382be209d5df"
CROS_WORKON_TREE="a420bcc43bb37e06f89eeb650269741466594fdf"
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"
}