wok diff libssh/receipt @ rev 12387

Up: libssh to 0.5.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 22:52:39 2012 +0000 (2012-04-19)
parents 3bf89f928355
children e089982c8f8d
line diff
     1.1 --- a/libssh/receipt	Tue Jan 25 02:48:15 2011 +0000
     1.2 +++ b/libssh/receipt	Thu Apr 19 22:52:39 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libssh"
     1.7 -VERSION="0.4.8"
     1.8 +VERSION="0.5.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Library for accessing ssh client services through C libraries"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="cmake openssl-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.libssh.org/"
    1.16 -WGET_URL="${WEB_SITE}files/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -21,7 +21,7 @@
    1.22  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.23  		-DCMAKE_BUILD_TYPE=Release
    1.24  	make
    1.25 -	make DESTDIR=$PWD/../_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.