wok-6.x diff libssh-dev/receipt @ rev 14778
Up Manaplus
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Wed Jul 03 16:59:13 2013 +0200 (2013-07-03) |
parents | 697fd27f725e |
children | 76b72f1ad63c |
line diff
1.1 --- a/libssh-dev/receipt Thu Apr 19 22:52:39 2012 +0000 1.2 +++ b/libssh-dev/receipt Wed Jul 03 16:59:13 2013 +0200 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="devel files for libssh" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="libssh" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://www.libssh.org/" 1.10 WANTED="libssh" 1.11 1.12 +DEPENDS="libssh" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 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 + cp -a $install/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 } 1.23