diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-06-29 21:33:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-29 21:33:05 -0500 |
commit | 3889fb6ebc8d7208f09cf75158a4bdeb18de7cbe (patch) | |
tree | 3985953d00a5b903f5019dd47250fd5ec35e8242 /libraries/libssh | |
parent | 409a1e3b6fca1ce1aa900aa89efdf041d640659f (diff) | |
download | slackbuilds-3889fb6ebc8d7208f09cf75158a4bdeb18de7cbe.tar.gz |
libraries/libssh: Updated for version 0.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libssh')
-rw-r--r-- | libraries/libssh/libssh.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/libssh/libssh.info | 8 | ||||
-rw-r--r-- | libraries/libssh/slack-desc | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/libraries/libssh/libssh.SlackBuild b/libraries/libssh/libssh.SlackBuild index 0e28e701c3..7f0ad4c40e 100644 --- a/libraries/libssh/libssh.SlackBuild +++ b/libraries/libssh/libssh.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=libssh -VERSION=${VERSION:-0.4.2} +VERSION=0.4.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -44,7 +42,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -70,7 +68,7 @@ cd build make VERBOSE=1 make install DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/libraries/libssh/libssh.info b/libraries/libssh/libssh.info index 93dad7eab8..18dfdb474f 100644 --- a/libraries/libssh/libssh.info +++ b/libraries/libssh/libssh.info @@ -1,10 +1,10 @@ PRGNAM="libssh" -VERSION="0.4.2" +VERSION="0.4.4" HOMEPAGE="http://www.libssh.org/" -DOWNLOAD="http://www.libssh.org/files/libssh-0.4.2.tar.gz" -MD5SUM="249fd41dff094f6b236d69a9d1bbb971" +DOWNLOAD="http://www.libssh.org/files/libssh-0.4.4.tar.gz" +MD5SUM="2fd85f902c5be2a645d4c2e4d4151052" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero" +APPROVED="rworkman" diff --git a/libraries/libssh/slack-desc b/libraries/libssh/slack-desc index a1a8a3e524..9779e5983f 100644 --- a/libraries/libssh/slack-desc +++ b/libraries/libssh/slack-desc @@ -7,6 +7,7 @@ |-----handy-ruler------------------------------------------------------| libssh: libssh (A library for ssh) +libssh: libssh: A library for accessing ssh client services through C libraries calls libssh: in a simple manner. libssh: SSH library features: @@ -16,4 +17,3 @@ libssh: - Support for AES-128,AES-192,AES-256,blowfish, in cbc mode libssh: - Use multiple SSH connections in a same process at same time libssh: - Usable SFTP implementation libssh: - Public key and password authentication -libssh: Homepage: http://www.libssh.org/ |