Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37038772
en ru br
Репозитории ALT

Группа :: Сети/Удалённый доступ
Пакет: mosh

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: mosh
Version: 1.4.0
Release: alt1

Summary: Mobile shell that supports roaming and intelligent local echo
License: GPLv3+
Group: Networking/Remote access
Url: https://mosh.org/
VCS: https://github.com/mobile-shell/mosh

Source: %name-%version.tar
Patch: %name-%version-alt.patch

BuildRequires: gcc-c++
BuildRequires: libprotobuf-devel
BuildRequires: libssl-devel
BuildRequires: libutempter-devel
BuildRequires: ncurses-devel
BuildRequires: perl-devel
BuildRequires: protobuf-compiler
BuildRequires: zlib-devel

Requires: openssh-clients

%description
Mosh  is  a remote  terminal  application  that supports  intermittent
connectivity, allows roaming, and  provides speculative local echo and
line editing of user keystrokes.

%prep
%setup
%patch -p1
%ifarch %e2k
# -std=c++03 by default as of lcc 1.23.20
%add_optflags -std=c++11
%endif

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

%files
%doc README.md COPYING ChangeLog
%_bindir/mosh
%_bindir/mosh-client
%_bindir/mosh-server
%_mandir/man1/mosh.1.*
%_mandir/man1/mosh-client.1.*
%_mandir/man1/mosh-server.1.*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin