wok diff libssh/receipt @ rev 14741

nagios-doc has moved to http://go.nagios.com/nagioscore/docs/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:43:56 2013 +0200 (2013-06-14)
parents e089982c8f8d
children 76b72f1ad63c
line diff
     1.1 --- a/libssh/receipt	Fri Apr 20 08:18:29 2012 +0200
     1.2 +++ b/libssh/receipt	Fri Jun 14 08:43:56 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Library for accessing ssh client services through C libraries"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libssl"
     1.8 -BUILD_DEPENDS="cmake openssl-dev wget"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.libssh.org/"
    1.12  WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL"
    1.13  
    1.14 +DEPENDS="libssl"
    1.15 +BUILD_DEPENDS="cmake openssl-dev wget"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -28,6 +30,6 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26  }
    1.27