wok-next rev 16416

Up rdesktop (1.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 17 13:15:06 2014 +0000 (2014-04-17)
parents 45efceb0f767
children 093afdf01585
files rdesktop/receipt
line diff
     1.1 --- a/rdesktop/receipt	Thu Apr 17 13:46:56 2014 +0300
     1.2 +++ b/rdesktop/receipt	Thu Apr 17 13:15:06 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rdesktop"
     1.7 -VERSION="1.7.0"
     1.8 +VERSION="1.8.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Remote Desktop Protocol (RDP) client for Windows terminal server"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,15 +12,15 @@
    1.13  TAGS="rdp remote-desktop"
    1.14  
    1.15  DEPENDS="libcrypto xorg-libX11 glibc-base xorg-libXau xorg-libXdmcp \
    1.16 -alsa-lib libsamplerate libao"
    1.17 -BUILD_DEPENDS="openssl-dev xorg-dev"
    1.18 +alsa-lib libsamplerate libao pcsc-lite"
    1.19 +BUILD_DEPENDS="openssl-dev xorg-dev pcsc-lite-dev""
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.26 -	$CONFIGURE_ARGS &&
    1.27 +		--disable-credssp \
    1.28 +		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31  }