wok diff mosh/receipt @ rev 20029
Up mosh (1.3.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 20 09:44:00 2017 +0200 (2017-08-20) |
parents | 2c96382fb33e |
children | cbea337525dd |
line diff
1.1 --- a/mosh/receipt Thu Jun 22 11:40:28 2017 +0200 1.2 +++ b/mosh/receipt Sun Aug 20 09:44:00 2017 +0200 1.3 @@ -1,24 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mosh" 1.7 -VERSION="1.2.5" 1.8 +VERSION="1.3.2" 1.9 CATEGORY="security" 1.10 SHORT_DESC="A Openbsd Secure Shell remplacement." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://mosh.mit.edu/" 1.15 -WGET_URL="${WEB_SITE}$TARBALL" 1.16 +WGET_URL="https://github.com/mobile-shell/mosh/archive/mosh-$VERSION.tar.gz" 1.17 TAGS="ssh" 1.18 1.19 DEPENDS="gcc-lib-base glibc-base perl protobuf libssl libcrypto libtinfo \ 1.20 zlib ncursesw ssh" 1.21 BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev \ 1.22 -ncursesw-dev" 1.23 +ncursesw-dev autoconf automake libtool" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 + ./autogen.sh 1.29 ./configure --prefix=/usr --sysconfdir=/etc \ 1.30 --enable-compile-warnings=error && 1.31 make &&