wok 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 df3c83ee7366
children 75c155aef05d
files libssh-dev/receipt libssh/receipt
line diff
     1.1 --- a/libssh-dev/receipt	Thu Apr 19 22:49:33 2012 +0000
     1.2 +++ b/libssh-dev/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-dev"
     1.7 -VERSION="0.4.8"
     1.8 +VERSION="0.5.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="devel files for libssh"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -12,7 +12,8 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 +	mkdir -p $fs/usr/lib
    1.18  	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.20  }
    1.21  
     2.1 --- a/libssh/receipt	Thu Apr 19 22:49:33 2012 +0000
     2.2 +++ b/libssh/receipt	Thu Apr 19 22:52:39 2012 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libssh"
     2.7 -VERSION="0.4.8"
     2.8 +VERSION="0.5.2"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Library for accessing ssh client services through C libraries"
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -9,7 +9,7 @@
    2.13  BUILD_DEPENDS="cmake openssl-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://www.libssh.org/"
    2.16 -WGET_URL="${WEB_SITE}files/${VERSION%.*}/$TARBALL"
    2.17 +WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21 @@ -21,7 +21,7 @@
    2.22  		-DCMAKE_INSTALL_PREFIX=/usr \
    2.23  		-DCMAKE_BUILD_TYPE=Release
    2.24  	make
    2.25 -	make DESTDIR=$PWD/../_pkg install
    2.26 +	make DESTDIR=$DESTDIR install
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.