wok diff xorgxrdp/receipt @ rev 21800
guvcview: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 14:24:44 2019 +0200 (2019-08-10) |
parents | b26680424a50 |
children | affca4d9e9a8 |
line diff
1.1 --- a/xorgxrdp/receipt Sat Sep 23 08:29:51 2017 +0200 1.2 +++ b/xorgxrdp/receipt Sat Aug 10 14:24:44 2019 +0200 1.3 @@ -13,6 +13,7 @@ 1.4 DEPENDS="xorg-server" 1.5 BUILD_DEPENDS="autoconf automake libtool pkg-config nasm xorg-server-dev \ 1.6 xrdp-dev" 1.7 +SUGGESTED="xrdp" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -27,8 +28,9 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $install/usr/share/doc 1.16 + mkdir -p $install/usr/share/doc $fs/usr 1.17 cp -a $src/*.md $src/COPYING $install/usr/share/doc 1.18 - cp -a $install/* $fs/ 1.19 + cp -a $install/usr/lib $fs/usr 1.20 + cp -a $install/etc $fs/ 1.21 find $fs/usr -name '*a' -exec rm -f {} \; 1.22 }