wok rev 18051

Up autossh (1.4d), libssh (0.7.0), sshttp (0-31s)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:21:34 2015 +0200 (2015-05-15)
parents 7ef2138f2667
children 629a14015840
files autossh/receipt libssh-dev/receipt libssh/receipt sshttp/receipt
line diff
     1.1 --- a/autossh/receipt	Fri May 15 09:55:50 2015 +0200
     1.2 +++ b/autossh/receipt	Fri May 15 10:21:34 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="autossh"
     1.7 -VERSION="1.4c"
     1.8 +VERSION="1.4d"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Automatically restart SSH sessions and tunnels."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make
     2.1 --- a/libssh-dev/receipt	Fri May 15 09:55:50 2015 +0200
     2.2 +++ b/libssh-dev/receipt	Fri May 15 10:21:34 2015 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libssh-dev"
     2.7 -VERSION="0.5.2"
     2.8 +VERSION="0.7.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="devel files for libssh"
    2.11  MAINTAINER="slaxemulator@gmail.com"
     3.1 --- a/libssh/receipt	Fri May 15 09:55:50 2015 +0200
     3.2 +++ b/libssh/receipt	Fri May 15 10:21:34 2015 +0200
     3.3 @@ -1,14 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libssh"
     3.7 -VERSION="0.5.2"
     3.8 +VERSION="0.7.0"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Library for accessing ssh client services through C libraries"
    3.11  MAINTAINER="slaxemulator@gmail.com"
    3.12  LICENSE="LGPL2.1"
    3.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.15  WEB_SITE="http://www.libssh.org/"
    3.16 -WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL"
    3.17 +WGET_URL="https://red.libssh.org/attachments/download/140/$TARBALL"
    3.18  TAGS="ssh"
    3.19  
    3.20  DEPENDS="libssl"
    3.21 @@ -33,4 +33,3 @@
    3.22  	mkdir -p $fs/usr/lib
    3.23  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.24  }
    3.25 -
     4.1 --- a/sshttp/receipt	Fri May 15 09:55:50 2015 +0200
     4.2 +++ b/sshttp/receipt	Fri May 15 10:21:34 2015 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="sshttp"
     4.7 -VERSION="0-27"
     4.8 +VERSION="0-31s"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="hiding a SSH server behind a HTTP server."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -17,8 +17,7 @@
    4.13  # Rules to configure and make the package.
    4.14  compile_rules()
    4.15  {
    4.16 -	cd $src
    4.17 -	make && cp README $WOK/$PACKAGE/description.txt
    4.18 +	make && cp README* $WOK/$PACKAGE/description.txt
    4.19  }
    4.20  
    4.21  # Rules to gen a SliTaz package suitable for Tazpkg.