Christian Wiese
11 years ago
2 changed files with 51 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../mosh/mosh.conf |
||||
# Copyright (C) 2013 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if atstage cross; then |
||||
# no other way to tell to use the protoc we build at stage 0 |
||||
var_append configcache ' ' \ |
||||
"ac_cv_path_PROTOC=$base/build/$SDECFG_ID/TOOLCHAIN/$toolsdir/bin/${arch_target}-protoc" |
||||
fi |
@ -0,0 +1,32 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../mosh/mosh.desc |
||||
[COPY] Copyright (C) 2013 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A replacement for SSH |
||||
|
||||
[T] Mosh is a replacement for SSH. It's more robust and responsive, especially |
||||
[T] over Wi-Fi, cellular, and long-distance links. |
||||
|
||||
[U] http://mosh.mit.edu |
||||
|
||||
[A] Keith Winstein <mosh-devel@mit.edu> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/network |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.2.4 |
||||
[P] X -?---5---9 800.000 |
||||
|
||||
[D] 2302615254 mosh-1.2.4.tar.gz http://mosh.mit.edu/ |
Loading…
Reference in new issue