37 lines
1.3 KiB
Bash
37 lines
1.3 KiB
Bash
# Template file for 'wsjtx'
|
|
pkgname=wsjtx
|
|
version=2.1.2
|
|
revision=1
|
|
build_wrksrc="wsjtx"
|
|
build_style=cmake
|
|
configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
|
|
-DRIGCTL_EXE= -DRIGCTLD_EXE="
|
|
hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc tar"
|
|
makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
|
|
qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
|
|
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
|
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="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
|
|
checksum=d4af8703abc0295bd1242a0707013708f3f2543841656af8961c4bd9cbe3432a
|
|
|
|
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"
|
|
fi
|
|
|
|
post_extract() {
|
|
tar xf src/wsjtx.tgz
|
|
}
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/bin/rigctl{,d}-wsjtx
|
|
rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
|
|
}
|