wok-next diff guacamole/receipt @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents 82b613cfd1e0
children f99c22685a74
line diff
     1.1 --- a/guacamole/receipt	Fri Jan 04 17:29:48 2019 +0200
     1.2 +++ b/guacamole/receipt	Tue Dec 10 10:00:39 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="guacamole"
     1.7 -VERSION="0.9.4"
     1.8 +VERSION="1.0.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Clientless remote desktop gateway for VNC or RDP"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,28 +11,30 @@
    1.13  TARBALL="$PACKAGE-server-$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="cairo-dev ossp-uuid-dev libxml2-dev openssl-dev jpeg-dev \
    1.17 -libvncserver-dev freerdp-dev libvorbis-dev pango-dev pulseaudio-dev \
    1.18 -libssh2-dev xorg-dev json-c-dev libsndfile-dev flac-dev dbus-dev \
    1.19 -libgcrypt-dev"
    1.20 +BUILD_DEPENDS="cairo-dev dbus-dev flac-dev freerdp-dev jpeg-dev json-c-dev 
    1.21 +	libgcrypt-dev libsndfile-dev libssh2-dev libvncserver-dev 
    1.22 +	libvorbis-dev libxml2-dev openssl-dev ossp-uuid-dev pango-dev 
    1.23 +	pulseaudio-dev xorg-dev"
    1.24  SPLIT="$PACKAGE-dev"
    1.25  
    1.26 -compile_rules() {
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		--mandir=/usr/share/man \
    1.30 +compile_rules()
    1.31 +{
    1.32 +	./configure			\
    1.33 +		--prefix=/usr		\
    1.34 +		--mandir=/usr/share/man	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$install install
    1.38  }
    1.39  
    1.40 -genpkg_rules() {
    1.41 +genpkg_rules()
    1.42 +{
    1.43  	case $PACKAGE in
    1.44  		guacamole)
    1.45  			copy @std
    1.46 -			DEPENDS="libcairo ossp-uuid libxml2 libvorbis openssl freerdp \
    1.47 -			libvncserver libssh2 pango pulseaudio json-c \
    1.48 -			libsndfile flac libbzip2 zlib"
    1.49 +			DEPENDS="flac freerdp json-c libbzip2 libcairo libsndfile 
    1.50 +				libssh2 libvncserver libvorbis libxml2 openssl 
    1.51 +				ossp-uuid pango pulseaudio zlib"
    1.52  			;;
    1.53  		*-dev)
    1.54  			copy @dev