# HG changeset patch # User Christopher Rogers # Date 1334875959 0 # Node ID 697fd27f725eefe2cda88d4d498784a78f904ad3 # Parent df3c83ee736698f26e838076c3baef56e6e1060e Up: libssh to 0.5.2. diff -r df3c83ee7366 -r 697fd27f725e libssh-dev/receipt --- a/libssh-dev/receipt Thu Apr 19 22:49:33 2012 +0000 +++ b/libssh-dev/receipt Thu Apr 19 22:52:39 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh-dev" -VERSION="0.4.8" +VERSION="0.5.2" CATEGORY="development" SHORT_DESC="devel files for libssh" MAINTAINER="slaxemulator@gmail.com" @@ -12,7 +12,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr/lib cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib } diff -r df3c83ee7366 -r 697fd27f725e libssh/receipt --- a/libssh/receipt Thu Apr 19 22:49:33 2012 +0000 +++ b/libssh/receipt Thu Apr 19 22:52:39 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh" -VERSION="0.4.8" +VERSION="0.5.2" CATEGORY="network" SHORT_DESC="Library for accessing ssh client services through C libraries" MAINTAINER="slaxemulator@gmail.com" @@ -9,7 +9,7 @@ BUILD_DEPENDS="cmake openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.libssh.org/" -WGET_URL="${WEB_SITE}files/${VERSION%.*}/$TARBALL" +WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -21,7 +21,7 @@ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make - make DESTDIR=$PWD/../_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.