mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rdesktop: update to 1.8.6.
Need to bootstrap before configuration to resolve issues with pkg-config: https://github.com/rdesktop/rdesktop/issues/331
This commit is contained in:
parent
5d9b536d8b
commit
4070fb017a
1 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rdesktop'
|
# Template file for 'rdesktop'
|
||||||
pkgname=rdesktop
|
pkgname=rdesktop
|
||||||
version=1.8.4
|
version=1.8.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ipv6 --with-sound=alsa --with-openssl=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-ipv6 --with-sound=alsa --with-openssl=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="libressl-devel alsa-lib-devel libsamplerate-devel libXrandr-devel
|
makedepends="libressl-devel alsa-lib-devel libsamplerate-devel libXrandr-devel
|
||||||
pcsclite-devel libgssglue-devel"
|
pcsclite-devel libgssglue-devel"
|
||||||
short_desc="Open source client for Windows Remote Desktop Services"
|
short_desc="Open source client for Windows Remote Desktop Services"
|
||||||
|
@ -12,4 +12,8 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.rdesktop.org/"
|
homepage="http://www.rdesktop.org/"
|
||||||
distfiles="https://github.com/rdesktop/rdesktop/releases/download/v${version}/rdesktop-${version}.tar.gz"
|
distfiles="https://github.com/rdesktop/rdesktop/releases/download/v${version}/rdesktop-${version}.tar.gz"
|
||||||
checksum=9b98b8e73aa83e93aa1d9ae82ce38c08395f64b67799edc24821bb26a84dcd2d
|
checksum=44426d2b34d6a32bb84e5aa72369ea8039c168b8bd58277b94ce32db0fc8f466
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./bootstrap
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue