wok diff libssh/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents e089982c8f8d
children 76b72f1ad63c
line diff
     1.1 --- a/libssh/receipt	Fri Apr 20 08:18:29 2012 +0200
     1.2 +++ b/libssh/receipt	Sat Aug 03 17:37:48 2013 +0300
     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