wok-next rev 19445
libvncserver: add pkgconfig files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 14 21:20:04 2016 +0200 (2016-10-14) |
parents | f8a9cafe8cb1 |
children | acb8ffc53deb |
files | coreutils-file-summarize/receipt libssh2-dev/receipt libvncserver-dev/receipt |
line diff
1.1 --- a/coreutils-file-summarize/receipt Fri Oct 14 18:55:24 2016 +0200 1.2 +++ b/coreutils-file-summarize/receipt Fri Oct 14 21:20:04 2016 +0200 1.3 @@ -23,7 +23,6 @@ 1.4 find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; 1.5 done <<EOT 1.6 /usr/bin/cksum 1.7 -/usr/bin/mcookie 1.8 /usr/bin/md5sum 1.9 /usr/bin/sha1sum 1.10 /usr/bin/sha224sum
2.1 --- a/libssh2-dev/receipt Fri Oct 14 18:55:24 2016 +0200 2.2 +++ b/libssh2-dev/receipt Fri Oct 14 21:20:04 2016 +0200 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="http://www.libssh2.org/" 2.5 WANTED="libssh2" 2.6 2.7 -DEPENDS="libssh2" 2.8 +DEPENDS="libssh2 pkg-config" 2.9 2.10 # Rules to gen a SliTaz package suitable for Tazpkg. 2.11 genpkg_rules()
3.1 --- a/libvncserver-dev/receipt Fri Oct 14 18:55:24 2016 +0200 3.2 +++ b/libvncserver-dev/receipt Fri Oct 14 21:20:04 2016 +0200 3.3 @@ -10,7 +10,7 @@ 3.4 WANTED="libvncserver" 3.5 SOURCE="LibVNCServer" 3.6 3.7 -DEPENDS="libvncserver" 3.8 +DEPENDS="libvncserver pkg-config" 3.9 3.10 # Rules to gen a SliTaz package suitable for Tazpkg. 3.11 genpkg_rules() 3.12 @@ -18,5 +18,6 @@ 3.13 mkdir -p $fs/usr/lib 3.14 cp -a $install/usr/include $fs/usr 3.15 cp -a $install/usr/lib/*.*a $fs/usr/lib 3.16 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.17 } 3.18