From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <54D9BA61.30605@pengutronix.de> Date: Tue, 10 Feb 2015 08:59:29 +0100 From: Marc Kleine-Budde MIME-Version: 1.0 References: <1423551921-29670-1-git-send-email-oliver.graute@neuhaus.de> In-Reply-To: <1423551921-29670-1-git-send-email-oliver.graute@neuhaus.de> Subject: Re: [ptxdist] [PATCH] added mosh package to ptxdist Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0688846407==" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Oliver Graute This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============0688846407== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5mlxWMbPBj3I4EG9VAFGMuO4U0MnktAoA" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --5mlxWMbPBj3I4EG9VAFGMuO4U0MnktAoA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/10/2015 08:05 AM, Oliver Graute wrote: > added a rule for mosh=20 >=20 > Signed-off-by: Oliver Graute > --- > rules/mosh.in | 7 ++++ > rules/mosh.make | 102 +++++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > 2 files changed, 109 insertions(+) > create mode 100644 rules/mosh.in > create mode 100644 rules/mosh.make >=20 > diff --git a/rules/mosh.in b/rules/mosh.in > new file mode 100644 > index 0000000..1866a4d > --- /dev/null > +++ b/rules/mosh.in > @@ -0,0 +1,7 @@ > +## SECTION=3Dnetworking > + > +config MOSH > + tristate > + prompt "mosh" I assume mosh depends on several external libs, like protobufs and libssl= =2E > + help > + Remote terminal application that allows roaming, supports intermitt= ent connectivity, and provides intelligent local echo and line editing of= user keystrokes. Mosh is a replacement for SSH. It's more robust and res= ponsive, especially over Wi-Fi, cellular, and long-distance links. Please limit to 72...80 chars per line. > diff --git a/rules/mosh.make b/rules/mosh.make > new file mode 100644 > index 0000000..afbc90f > --- /dev/null > +++ b/rules/mosh.make > @@ -0,0 +1,102 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2015 Dr. Neuhaus Telekommunikation GmbH, Hamburg Germa= ny, Oliver Graute > +# > +# See CREDITS for details about who has contributed to this project. > +# > +# For further information about the PTXdist project and license condit= ions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_MOSH) +=3D mosh > + > +# > +# Paths and names > +# > +MOSH_VERSION :=3D 1.2.4 > +MOSH_MD5 :=3D c2d918f4d91fdc32546e2e089f9281b2 > +MOSH :=3D mosh-$(MOSH_VERSION) > +MOSH_SUFFIX :=3D tar.gz > +MOSH_URL :=3D https://mosh.mit.edu//$(MOSH).$(MOSH_SUFFIX) ^^ please remove one / > +MOSH_SOURCE :=3D $(SRCDIR)/$(MOSH).$(MOSH_SUFFIX) > +MOSH_DIR :=3D $(BUILDDIR)/$(MOSH) > +MOSH_LICENSE :=3D unknown please add the license of mosh > + > +# --------------------------------------------------------------------= -------- > +# Get > +# --------------------------------------------------------------------= -------- > + > +#$(MOSH_SOURCE): > +# @$(call targetinfo) > +# @$(call get, MOSH) please remove the commented out stages: get, most of prepare, compile, install and clean. > + > +# --------------------------------------------------------------------= -------- > +# Prepare > +# --------------------------------------------------------------------= -------- > + > +#MOSH_CONF_ENV :=3D $(CROSS_ENV) > + > +# > +# autoconf > +# > +MOSH_CONF_TOOL :=3D autoconf > +#MOSH_CONF_OPT :=3D $(CROSS_AUTOCONF_USR) > + > +#$(STATEDIR)/mosh.prepare: > +# @$(call targetinfo) > +# @$(call clean, $(MOSH_DIR)/config.cache) > +# cd $(MOSH_DIR) && \ > +# $(MOSH_PATH) $(MOSH_ENV) \ > +# ./configure $(MOSH_CONF_OPT) > +# @$(call touch) > + > +# --------------------------------------------------------------------= -------- > +# Compile > +# --------------------------------------------------------------------= -------- > + > +#$(STATEDIR)/mosh.compile: > +# @$(call targetinfo) > +# @$(call world/compile, MOSH) > +# @$(call touch) > + > +# --------------------------------------------------------------------= -------- > +# Install > +# --------------------------------------------------------------------= -------- > + > +#$(STATEDIR)/mosh.install: > +# @$(call targetinfo) > +# @$(call world/install, MOSH) > +# @$(call touch) > + > +# --------------------------------------------------------------------= -------- > +# Target-Install > +# --------------------------------------------------------------------= -------- > + > +$(STATEDIR)/mosh.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, mosh) > + @$(call install_fixup, mosh,PRIORITY,optional) > + @$(call install_fixup, mosh,SECTION,base) > + @$(call install_fixup, mosh,AUTHOR,"") > + @$(call install_fixup, mosh,DESCRIPTION,missing) > + > + @$(call install_copy, mosh, 0, 0, 0755, $(MOSH_DIR)/src/frontend/mosh= -server, /usr/bin/mosh-server) > + @$(call install_copy, mosh, 0, 0, 0755, $(MOSH_DIR)/src/frontend/mosh= -client, /usr/bin/mosh-client) > + > + @$(call install_finish, mosh) > + > + @$(call touch) > + > +# --------------------------------------------------------------------= -------- > +# Clean > +# --------------------------------------------------------------------= -------- > + > +#$(STATEDIR)/mosh.clean: > +# @$(call targetinfo) > +# @$(call clean_pkg, MOSH) > + > +# vim: syntax=3Dmake >=20 Marc --=20 Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de | --5mlxWMbPBj3I4EG9VAFGMuO4U0MnktAoA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJU2bpmAAoJECte4hHFiupUuR0QAIIaEii/P1rMjCt/cCLm5VDE gTGzHCZXvmBTmGyUPcFDpyxDmQn9kFh2dSPrnJN29lcwXmNC1T/RDY+2gCinPXIy owS1kBubel9h9z85tusg/mbqhBLMM06/pfvKpks0tQQui6jPx5axnlM05srqTlTD sEaV7vD0Ycp7xCyHjUB63+RBC4Y4XvMS5n2tJYSf4Yu3QeftMvSPj8CscqZLrQq1 ggXrPAdT3x7gNxBCAmm7l5RfNib3y0HtK/2uSQFXrySPKKIKjVqoOE0cSE73QAgV 7MdMr5rSdt8Rmdv8T1HYpdQvxS5cOjozgrYPNjiksCvM4LHaUIGGlG13lhVpQfIs VSTuN4tEfAWhQyg8rDtZGGdGTA9dJnQnqs9Wp94hCfvKYEWieDp6hgh3DU2tG8AM Ze2pUVf5Wc4YVytkKx8Vp5V88xC6lEKGGOaqTDjkaoHquypO2HxFJ0Qmy+1+9oWm p3gkDrwt2nXkt29qDcd8oGMdlJMJva7Yb8ei/QjgSu6VAUT7snYKfwvY56lbs885 k7kSEBZjVA/yuYVbwU4Ca9YdKNMktyW+II0IcaweOR8/8BAUZn9TcEJlEubyxWkz FAaccHTGzm4l5PfTaDaPQcZ0u6xEOQb8tsWb1IC6/i3heBNGc6l6h2DxGziFw9BS qKjqwqno82YLDaDu+Nzy =++Le -----END PGP SIGNATURE----- --5mlxWMbPBj3I4EG9VAFGMuO4U0MnktAoA-- --===============0688846407== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --===============0688846407==--