[Buildroot] [PATCH] package: add mosh 1.2.4

Baruch Siach baruch at tkos.co.il
Fri Mar 20 06:12:08 UTC 2015


Hi Steven,

On Wed, Mar 18, 2015 at 08:48:08PM -0700, Steven Noonan wrote:
> diff --git a/package/mosh/Config.in b/package/mosh/Config.in
> new file mode 100644
> index 0000000..a05c711
> --- /dev/null
> +++ b/package/mosh/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_MOSH
> +	bool "mosh"
> +	select BR2_PACKAGE_OPENSSH
> +	select BR2_PACKAGE_PERL
> +	select BR2_PACKAGE_PROTOBUF
> +	select BR2_PACKAGE_NCURSES
> +	select BR2_PACKAGE_PERL

Duplicate.

> +	select BR2_PACKAGE_ZLIB

Please propagate dependencies.

> +	help
> +	  Remote terminal application that allows roaming, supports intermittent
> +	  connectivity, and provides intelligent local echo and line editing of
> +	  user keystrokes.
> +
> +	  Mosh is a replacement for SSH. It's more robust and responsive,
> +	  especially over Wi-Fi, cellular, and long-distance links.
> diff --git a/package/mosh/mosh.mk b/package/mosh/mosh.mk
> new file mode 100644
> index 0000000..c4f2c07
> --- /dev/null
> +++ b/package/mosh/mosh.mk
> @@ -0,0 +1,14 @@
> +################################################################################
> +#
> +# mosh
> +#
> +################################################################################
> +
> +MOSH_VERSION = 1.2.4
> +MOSH_SITE = http://mosh.mit.edu
> +MOSH_SOURCES = mosh-$(MOSH_VERSION).tar.gz

That's the default.

> +MOSH_DEPENDENCIES = host-protobuf-c ncurses openssh openssl perl protobuf zlib

You missed selecting BR2_PACKAGE_OPENSSL in Config.in.

> +MOSH_LICENSE = GPLv3+
> +MOSH_LICENSE_FILES = COPYING
> +
> +$(eval $(autotools-package))

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list