wok diff xorgxrdp/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents d3852d2a7903
children aa52400acd4d
line diff
     1.1 --- a/xorgxrdp/receipt	Fri Sep 22 21:42:40 2017 +0200
     1.2 +++ b/xorgxrdp/receipt	Thu Aug 09 12:16:16 2018 +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  }