wok-current diff xorgxrdp/receipt @ rev 21413
conntrack-tools, flashrom: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 23 18:26:21 2019 +0200 (2019-04-23) |
parents | d3852d2a7903 |
children | aa52400acd4d |
line diff
1.1 --- a/xorgxrdp/receipt Fri Sep 22 21:42:40 2017 +0200 1.2 +++ b/xorgxrdp/receipt Tue Apr 23 18:26:21 2019 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 WEB_SITE="http://www.xrdp.org/" 1.5 WGET_URL="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$VERSION/$TARBALL" 1.6 1.7 +DEPENDS="xorg-server" 1.8 BUILD_DEPENDS="autoconf automake libtool pkg-config nasm xorg-server-dev \ 1.9 xrdp-dev" 1.10 1.11 @@ -26,6 +27,8 @@ 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 + cp -a $src/*.md $src/COPYING $install/usr/share/doc 1.17 cp -a $install/* $fs/ 1.18 find $fs/usr -name '*a' -exec rm -f {} \; 1.19 }