wsjtx: switch to a better mirror

The other one is frequently (if not always) unreachable from
a lot of places.
This commit is contained in:
q66 2020-07-01 20:31:02 +02:00
parent 3318e17163
commit 456fcc7c07

View file

@ -15,14 +15,9 @@ short_desc="Weak-signal Amateur Radio communication program"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
distfiles="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz"
checksum=1cbc163f238a8cfd64cd9e4a00aa1e00ef43758a1ba9c5db83ca63ca60f64f9d
case $XBPS_TARGET_MACHINE in
# aarch64 builders can't fetch the distfile from the orig url.
aarch64*) distfiles="https://sources.voidlinux.org/wsjtx-${version}/wsjtx-${version}.tgz";;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools"
configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"