wok diff mosh/receipt @ rev 20047
Turbine: typo
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 31 05:53:46 2017 -0300 (2017-08-31) |
parents | 8f4649ae101b |
children | 02c70d036ea0 |
line diff
1.1 --- a/mosh/receipt Sun Aug 20 09:44:00 2017 +0200 1.2 +++ b/mosh/receipt Thu Aug 31 05:53:46 2017 -0300 1.3 @@ -1,25 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mosh" 1.7 -VERSION="1.3.2" 1.8 +VERSION="1.2.5" 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="https://github.com/mobile-shell/mosh/archive/mosh-$VERSION.tar.gz" 1.16 +WGET_URL="${WEB_SITE}$TARBALL" 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 autoconf automake libtool" 1.23 +DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncursesw ssh" 1.24 +BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev ncursesw-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./autogen.sh 1.30 ./configure --prefix=/usr --sysconfdir=/etc \ 1.31 --enable-compile-warnings=error && 1.32 make &&