wok-6.x diff gnutls-dev/receipt @ rev 14586
clonezilla: fix no /usr/bin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 26 18:51:30 2013 +0200 (2013-05-26) |
parents | 9532fd8edd29 |
children | 2b9f96603415 |
line diff
1.1 --- a/gnutls-dev/receipt Wed Feb 01 00:27:43 2012 +0100 1.2 +++ b/gnutls-dev/receipt Sun May 26 18:51:30 2013 +0200 1.3 @@ -5,16 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="GNU Transport Layer Security Library headers" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gnutls libtasn1-dev libgcrypt-dev libgpg-error-dev p11-kit-dev" 1.8 WANTED="gnutls" 1.9 WEB_SITE="http://www.gnu.org/software/gnutls/" 1.10 1.11 +DEPENDS="gnutls libtasn1-dev libgcrypt-dev libgpg-error-dev p11-kit-dev zlib-dev" 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 mkdir -p $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 } 1.24