rdesktop: update to 1.8.1.
This commit is contained in:
parent
1ac3df77f2
commit
7fb96d15f5
1 changed files with 4 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rdesktop'
|
# Template file for 'rdesktop'
|
||||||
pkgname=rdesktop
|
pkgname=rdesktop
|
||||||
version=1.8.0
|
version=1.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX smartcard support
|
# 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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel alsa-lib-devel libsamplerate-devel libXrandr-devel libgssglue-devel"
|
makedepends="openssl-devel alsa-lib-devel libsamplerate-devel libXrandr-devel libgssglue-devel"
|
||||||
short_desc="An open source client for Windows Remote Desktop Services"
|
short_desc="An open source client for Windows Remote Desktop Services"
|
||||||
|
@ -12,14 +12,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.rdesktop.org/"
|
homepage="http://www.rdesktop.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1f12562c0dc1c599d1c3d2ac4829d229763744fe7aef879c8eaaa5abae8edcb3
|
checksum=76cc834b89c34d8332f3cb3889483b2ae4d4e8118eeb45a8967c77dd18228246
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
configure_args+=" --with-openssl=$XBPS_CROSS_BASE/usr"
|
|
||||||
fi
|
|
||||||
|
|
||||||
rdesktop_package() {
|
rdesktop_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue