blob: 872ecf7116c38b9ba2f916a1b35ab64178c44bc0 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can
# be found in the LICENSE file.
EAPI="2"
DESCRIPTION="Convenience script for testing attached cell modems"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND="dev-libs/shflags
net-misc/socat
"
DEPEND="${RDEPEND}"
src_install() {
dobin "${FILESDIR}"/modem-diagnostics
}