wok diff xorgxrdp/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents aa52400acd4d
children 5ea0ce1cecc0
line diff
     1.1 --- a/xorgxrdp/receipt	Fri May 03 18:12:54 2019 +0200
     1.2 +++ b/xorgxrdp/receipt	Mon Jan 06 15:51:49 2020 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorgxrdp"
     1.7 -VERSION="0.2.4"
     1.8 +VERSION="0.2.11"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Xorg drivers for xrdp."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="http://www.xrdp.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.xrdp.org/"
    1.17 -WGET_URL="https://github.com/neutrinolabs/xorgxrdp/releases/download/v$VERSION/$TARBALL"
    1.18 +WGET_URL="https://github.com/neutrinolabs/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.19  
    1.20 +SUGGESTED="xrdp"
    1.21  DEPENDS="xorg-server"
    1.22 -BUILD_DEPENDS="autoconf automake libtool pkg-config nasm xorg-server-dev \
    1.23 -xrdp-dev"
    1.24 -SUGGESTED="xrdp"
    1.25 +BUILD_DEPENDS="autoconf automake libtool nasm pkg-config 
    1.26 +	xorg-server-dev xrdp-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure --prefix=/usr \
    1.32 -		--sysconfdir=/etc \
    1.33 +	./configure			\
    1.34 +		--prefix=/usr		\
    1.35 +		--sysconfdir=/etc	\
    1.36  		$CONFIGURE_ARGS &&
    1.37  	make &&
    1.38  	make DESTDIR=$DESTDIR install
    1.39 @@ -28,9 +30,12 @@
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $install/usr/share/doc $fs/usr
    1.44 -	cp -a $src/*.md $src/COPYING $install/usr/share/doc
    1.45 -	cp -a $install/usr/lib $fs/usr
    1.46 -	cp -a $install/etc $fs/
    1.47 +	mkdir -p $install/usr/share/doc
    1.48 +	mkdir -p $fs/usr
    1.49 +
    1.50 +	cp -a $src/*.md $src/COPYING	$install/usr/share/doc
    1.51 +	cp -a $install/usr/lib		$fs/usr
    1.52 +	cp -a $install/etc		$fs/
    1.53 +
    1.54  	find $fs/usr -name '*a' -exec rm -f {} \;
    1.55  }