# HG changeset patch # User Pascal Bellard # Date 1503247015 -7200 # Node ID cbea337525dd13433f659571cad693b7685e7be5 # Parent 8670baf3d84a00a7728e391ae7369e54cea41a07 Down: mosh (1.2.5) diff -r 8670baf3d84a -r cbea337525dd mosh/receipt --- a/mosh/receipt Sun Aug 20 16:38:37 2017 +0200 +++ b/mosh/receipt Sun Aug 20 18:36:55 2017 +0200 @@ -1,25 +1,22 @@ # SliTaz package receipt. PACKAGE="mosh" -VERSION="1.3.2" +VERSION="1.2.5" CATEGORY="security" SHORT_DESC="A Openbsd Secure Shell remplacement." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mosh.mit.edu/" -WGET_URL="https://github.com/mobile-shell/mosh/archive/mosh-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}$TARBALL" TAGS="ssh" -DEPENDS="gcc-lib-base glibc-base perl protobuf libssl libcrypto libtinfo \ -zlib ncursesw ssh" -BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev \ -ncursesw-dev autoconf automake libtool" +DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncursesw ssh" +BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev ncursesw-dev" # Rules to configure and make the package. compile_rules() { - ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc \ --enable-compile-warnings=error && make &&