wok rev 20031

Down: mosh (1.2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 20 18:36:55 2017 +0200 (2017-08-20)
parents 8670baf3d84a
children ad8bc29220eb
files mosh/receipt
line diff
     1.1 --- a/mosh/receipt	Sun Aug 20 16:38:37 2017 +0200
     1.2 +++ b/mosh/receipt	Sun Aug 20 18:36:55 2017 +0200
     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 &&