wok diff libssh/receipt @ rev 19548
sylfilter: hide config.rpath trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 08 13:26:44 2016 +0100 (2016-12-08) |
parents | 33e5fb8a4dcb |
children | 86790a278e70 |
line diff
1.1 --- a/libssh/receipt Fri May 15 10:21:34 2015 +0200 1.2 +++ b/libssh/receipt Thu Dec 08 13:26:44 2016 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libssh" 1.7 -VERSION="0.7.0" 1.8 +VERSION="0.7.3" 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 LICENSE="LGPL2.1" 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WEB_SITE="http://www.libssh.org/" 1.15 -WGET_URL="https://red.libssh.org/attachments/download/140/$TARBALL" 1.16 +WGET_URL="https://red.libssh.org/attachments/download/195/$TARBALL" 1.17 TAGS="ssh" 1.18 1.19 DEPENDS="libssl" 1.20 @@ -17,7 +17,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 mkdir build 1.26 cd build 1.27 cmake ../ \