blob: 5e7b026af94c27921e6e536f769ff597d63475bc [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=4
CROS_WORKON_COMMIT="7d6c96221b3af0e06ce68549c3f7250ba9a6cc2c"
CROS_WORKON_TREE="7ace542f9d28c37217f69c8f2835ff64841778d6"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Chromium OS modem utilities"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
sys-apps/dbus
"
DEPEND="${RDEPEND}"
src_unpack() {
cros-workon_src_unpack
S+="/modem-utilities"
}