wok-next diff rdpdesk/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents e6615350078d
children d5aab818505e
line diff
     1.1 --- a/rdpdesk/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/rdpdesk/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -1,34 +1,33 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="rdpdesk"
     1.8  VERSION="3.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="RDP, VNC & ICA client."
    1.11 +SHORT_DESC="RDP, VNC & ICA client"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://rdpdesk.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://rdpdesk.com/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw openssl"
    1.21  BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev gettext-tools \
    1.22  openssl-dev xorg-libXp autoconf xorg-libXt-dev xorg-libXp-dev xorg-libXaw-dev"
    1.23 -SUGGESTED="wfica rdesktop"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 +compile_rules() {
    1.29  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.30  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.31  
    1.32  	sed -i 's|glib/.*h|glib.h|' src/proto/*Connection_nix.hpp
    1.33 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.34 +
    1.35 +	./configure $CONFIGURE_ARGS &&
    1.36 +	fix libtool &&
    1.37  	make &&
    1.38  	make DESTDIR=$DESTDIR install
    1.39  }
    1.40  
    1.41 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.42 -genpkg_rules()
    1.43 -{
    1.44 +genpkg_rules() {
    1.45  	cp -a $install/usr $fs
    1.46 +	DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw openssl"
    1.47 +	SUGGESTED="wfica rdesktop"
    1.48  }