rdesktop: update to 1.8.1.

This commit is contained in:
Juan RP 2013-11-20 06:52:48 +01:00
parent 1ac3df77f2
commit 7fb96d15f5
1 changed files with 4 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'rdesktop'
pkgname=rdesktop
version=1.8.0
version=1.8.1
revision=1
build_style=gnu-configure
# XXX smartcard support
configure_args="--with-ipv6 --disable-smartcard --with-sound=alsa"
configure_args="--with-ipv6 --disable-smartcard --with-sound=alsa --with-openssl=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config"
makedepends="openssl-devel alsa-lib-devel libsamplerate-devel libXrandr-devel libgssglue-devel"
short_desc="An open source client for Windows Remote Desktop Services"
@ -12,14 +12,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.rdesktop.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=1f12562c0dc1c599d1c3d2ac4829d229763744fe7aef879c8eaaa5abae8edcb3
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-openssl=$XBPS_CROSS_BASE/usr"
fi
checksum=76cc834b89c34d8332f3cb3889483b2ae4d4e8118eeb45a8967c77dd18228246
rdesktop_package() {
pkg_install() {
vmove usr
vmove all
}
}