void-packages/srcpkgs/rdesktop/template
Peter Bui 4070fb017a rdesktop: update to 1.8.6.
Need to bootstrap before configuration to resolve issues with
pkg-config:

    https://github.com/rdesktop/rdesktop/issues/331
2019-05-27 07:43:11 +02:00

20 lines
725 B
Bash

# Template file for 'rdesktop'
pkgname=rdesktop
version=1.8.6
revision=1
build_style=gnu-configure
configure_args="--with-ipv6 --with-sound=alsa --with-openssl=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config automake"
makedepends="libressl-devel alsa-lib-devel libsamplerate-devel libXrandr-devel
pcsclite-devel libgssglue-devel"
short_desc="Open source client for Windows Remote Desktop Services"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.rdesktop.org/"
distfiles="https://github.com/rdesktop/rdesktop/releases/download/v${version}/rdesktop-${version}.tar.gz"
checksum=44426d2b34d6a32bb84e5aa72369ea8039c168b8bd58277b94ce32db0fc8f466
pre_configure() {
./bootstrap
}