wok-6.x diff libssh-dev/receipt @ rev 14114

fping: up 3.4
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sun Feb 24 15:53:53 2013 -0800 (2013-02-24)
parents 3bf89f928355
children 6eff489aa802
line diff
     1.1 --- a/libssh-dev/receipt	Tue Jan 25 02:48:15 2011 +0000
     1.2 +++ b/libssh-dev/receipt	Sun Feb 24 15:53:53 2013 -0800
     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