Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Side by Side Diff: chromeos-base/modem-utilities/modem-utilities-0.0.1.ebuild

Issue 6780027: modem-utilities: add ebuild (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: fix commit hash Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos-base/modem-utilities/modem-utilities-9999.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5 CROS_WORKON_COMMIT="4c9d5b997fc5875da8eb8463f402a751eede4bbf"
6
7 inherit cros-debug cros-workon toolchain-funcs
8
9 DESCRIPTION="Chromium OS modem utilities"
10 HOMEPAGE="http://src.chromium.org"
11 SRC_URI=""
12 LICENSE="BSD"
13 SLOT="0"
14 KEYWORDS="~amd64 arm x86"
15
16 RDEPEND="
17 sys-apps/dbus
18 "
19
20 DEPEND="${RDEPEND}"
21
22 src_compile() {
23 cros-debug-add-NDEBUG
24 emake || die "Failed to compile"
25 }
26
27 src_install() {
28 emake DESTDIR=${D} install || die "Install failed"
29 }
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/modem-utilities/modem-utilities-9999.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698