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